mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-23 00:15:05 +00:00
Patch Automatic Updater (#620)
* Make target folder not handled by GitHub * Implement a PR Template * Update PR Template * Patch Updater Link
This commit is contained in:
parent
f94c861804
commit
2e2ec3648d
3 changed files with 12 additions and 2 deletions
9
.github/PULL_REQUEST_TEMPLATE
vendored
Normal file
9
.github/PULL_REQUEST_TEMPLATE
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Links to Appropriate Issue Reports Addressed in this Pull Request:
|
||||||
|
- One
|
||||||
|
- Two
|
||||||
|
- Three
|
||||||
|
|
||||||
|
Release Notes for this Pull Request:
|
||||||
|
- One
|
||||||
|
- Two
|
||||||
|
- Three
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -227,4 +227,5 @@ test/server/world*/
|
||||||
test/server/*.json
|
test/server/*.json
|
||||||
test/server/*.yml
|
test/server/*.yml
|
||||||
test/server/*.properties
|
test/server/*.properties
|
||||||
test/server/plugins/*/
|
test/server/plugins/*/
|
||||||
|
target/
|
|
@ -54,7 +54,7 @@ public class ProjectKorra extends JavaPlugin {
|
||||||
|
|
||||||
new ConfigManager();
|
new ConfigManager();
|
||||||
new GeneralMethods(this);
|
new GeneralMethods(this);
|
||||||
updater = new Updater(this, "http://projectkorra.com/forum/forums/dev-builds.16/index.rss");
|
updater = new Updater(this, "http://projectkorra.com/forums/dev-builds.16/index.rss");
|
||||||
new Commands(this);
|
new Commands(this);
|
||||||
new MultiAbilityManager();
|
new MultiAbilityManager();
|
||||||
new ComboManager();
|
new ComboManager();
|
||||||
|
|
Loading…
Reference in a new issue