Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/podshot/world-war
Plugin for the popular server modding API, Bukkit. The goal is to create a world wide (Nether AND End included) capture the flag game with different classes and vehicles
https://github.com/podshot/world-war
Last synced: 1 day ago
JSON representation
Plugin for the popular server modding API, Bukkit. The goal is to create a world wide (Nether AND End included) capture the flag game with different classes and vehicles
- Host: GitHub
- URL: https://github.com/podshot/world-war
- Owner: Podshot
- Created: 2014-04-12T16:42:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T13:02:57.000Z (over 7 years ago)
- Last Synced: 2023-08-01T23:45:52.566Z (over 1 year ago)
- Language: Java
- Size: 21.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
World-War
=========
** Currently undergoing a complete rewrite for Spigot and Minecraft 1.8.8 **Plugin for the popular server modding API, Bukkit. The goal is to create a world wide (Nether AND End included) capture the flag game with different classes and vehicles
### Getting Started
World War currently requires a few libraries to get running.
* Spigot 1.8.8, use Spigot's BuildTools to get the required jar (spigot-1.8.8.jar)
* Built using JDK 1.7
* Using Eclipse for IDE, but any IDE is fine### Recommended Coding Practices
Some of my own Java Practices are RECOMMENDED to be used in this plugin. However, this does not mean your Pull Request/Contribution will be denied if you don't follow them, it is only suggested.
* Deprecate a method/class before deleting it
* Use comments to disable code that will be needed later
* When using a "try" statement, print what the plugin was doing when the error occured, not just the stacktrace### To-Do List
You can find the To-Do list [here](https://github.com/Podshot/World-War/wiki/To-Do-List), or on this repository's wiki under "To-Do List"### License
This plugin is copyrighted by Podshot (Ben Gothard) and can only be ditributed by him and other approved sources. The Source or Compiled Binaries may NOT be distributed without advanced approval by Podshot (Ben Gothard)