No description
- Java 100%
| src/main | ||
| .gitignore | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
WorldManagement
WorldManagement is an advanced but yet lightwight and simple world management plugin
for Spigot and PaperMC Servers.
This plugin is supporting versions from 1.13.2 and up.
Download
- Spigot Plugin Page - Distributed through Spigot
Compile
Requires recent Java 8 JDK. Import directly as Maven Project.
Build with
clean install
License
WorldManagement is licensed under the permissive MIT license. Please see LICENSE.txt for more info.
Contributing
Pull Requests
If you make any changes or improvements to the plugin which you think would be beneficial to others, please consider making a pull request to merge your changes back into the upstream project. (especially if your changes are bug fixes!)
WorldManagement loosely follows the Google Java Style Guide. Generally, try to copy the style of code found in the class you're editing.
Acknowledgments
- Thanks to Aikar for the aweseome Command Framework which is used in this project