No description
Find a file
2026-03-14 13:43:48 +01:00
src/main added options.structures 2024-05-06 21:28:33 +02:00
.gitignore Update to 1.15.1 2019-12-19 01:57:19 +01:00
LICENSE Update License to MIT License 2026-03-14 13:43:48 +01:00
pom.xml added options.structures 2024-05-06 21:28:33 +02:00
README.md Fix README.md 2020-02-07 11:47:57 +01:00

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

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