Skip to content

Commit d8dab66

Browse files
committed
Updated Readme and gitignore
1 parent 8ebf403 commit d8dab66

File tree

2 files changed

+120
-4
lines changed

2 files changed

+120
-4
lines changed

PowerCamera/.gitignore

Lines changed: 96 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,96 @@
1-
/bin/
2-
/target/
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/eclipse,java
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=eclipse,java
4+
5+
### Eclipse ###
6+
.metadata
7+
bin/
8+
tmp/
9+
*.tmp
10+
*.bak
11+
*.swp
12+
*~.nib
13+
local.properties
14+
.settings/
15+
.loadpath
16+
.recommenders
17+
18+
# External tool builders
19+
.externalToolBuilders/
20+
21+
# Locally stored "Eclipse launch configurations"
22+
*.launch
23+
24+
# PyDev specific (Python IDE for Eclipse)
25+
*.pydevproject
26+
27+
# CDT-specific (C/C++ Development Tooling)
28+
.cproject
29+
30+
# CDT- autotools
31+
.autotools
32+
33+
# Java annotation processor (APT)
34+
.factorypath
35+
36+
# PDT-specific (PHP Development Tools)
37+
.buildpath
38+
39+
# sbteclipse plugin
40+
.target
41+
42+
# Tern plugin
43+
.tern-project
44+
45+
# TeXlipse plugin
46+
.texlipse
47+
48+
# STS (Spring Tool Suite)
49+
.springBeans
50+
51+
# Code Recommenders
52+
.recommenders/
53+
54+
# Annotation Processing
55+
.apt_generated/
56+
.apt_generated_test/
57+
58+
# Scala IDE specific (Scala & Java development for Eclipse)
59+
.cache-main
60+
.scala_dependencies
61+
.worksheet
62+
63+
# Uncomment this line if you wish to ignore the project description file.
64+
# Typically, this file would be tracked if it contains build/dependency configurations:
65+
#.project
66+
67+
### Eclipse Patch ###
68+
# Spring Boot Tooling
69+
.sts4-cache/
70+
71+
### Java ###
72+
# Compiled class file
73+
*.class
74+
75+
# Log file
76+
*.log
77+
78+
# BlueJ files
79+
*.ctxt
80+
81+
# Mobile Tools for Java (J2ME)
82+
.mtj.tmp/
83+
84+
# Package Files #
85+
*.jar
86+
*.war
87+
*.nar
88+
*.ear
89+
*.zip
90+
*.tar.gz
91+
*.rar
92+
93+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
94+
hs_err_pid*
95+
96+
# End of https://www.toptal.com/developers/gitignore/api/eclipse,java

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
# PowerCamera
2-
PowerCamera Bukkit server plugin
1+
![alt text](https://www.spigotmc.org/attachments/powercameralogo-png.561391 "Logo")
2+
3+
[![Docs](https://img.shields.io/badge/PowerCamera-Docs-blue)](https://svenar.nl/powercamera/#information)
4+
[![Discord](https://img.shields.io/discord/710833982413209620?color=blue&label=Discord&style=flat)](https://discord.gg/rAgBHMB)
5+
6+
PowerCamera Bukkit plugin source.
7+
8+
Welcome to the source-code of PowerCamera!
9+
10+
PowerCamera is...
11+
* **Easy to use** - Just drop PowerCamera.jar in your plugins directory and you're ready to go!
12+
* **Customizable** - Change the way that PowerCamera interacts and moves along a predefined path.
13+
* **Free** - Available for download and usage at no cost.
14+
* **Open-Source** - Together we can make PowerCamera better.
15+
16+
## Support me
17+
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Z8Z314C2H)
18+
19+
## Quick Links
20+
- [PowerCamera](https://svenar.nl/powercamera)
21+
- [Buy me a coffee](https://ko-fi.com/Z8Z314C2H)
22+
23+
## License
24+
GPL V3

0 commit comments

Comments
 (0)