Skip to content
/ Waterspout Public template

A template for Spigot plugins that includes useful libraries to help you get started.

License

Notifications You must be signed in to change notification settings

blueysh/Waterspout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waterspout

Waterspout Stability License

A template for Spigot plugins that includes useful libraries to help you get started.

Get Started with Waterspout

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!

Starter Code

Waterspout includes a main plugin class, logging class, command class, and listener class. You can expand upon these classes by following their general structure.

Included Libraries

Waterspout includes libraries apart from the Spigot API to make developing a plugin easier.

Publicly Expanding on the Template

If you want to contribute to or improve upon the template publicly, feel free to open a pull request.