A template for Spigot plugins that includes useful libraries to help you get started.
To get started, clone the repository to a location where you can edit it. Afterwards, refactor all packages to your group and artifact ids. Be sure to also edit pom.xml
and plugin.yml
to match the ids. After that, happy coding!
Waterspout includes a main plugin class, logging class, command class, and listener class. You can expand upon these classes by following their general structure.
Waterspout includes libraries apart from the Spigot API to make developing a plugin easier.
If you want to contribute to or improve upon the template publicly, feel free to open a pull request.