Template for SpigotPlugins.
- Clone this repository
- Change the name of the plugin in
plugin.yml - Change the package name in
src/main/java/.../Main.java - Build the plugin with
gradle clean build - The plugin is now in
build/libs/ - Have fun!
This template is licensed under the MIT license. Feel free to use it for your own projects. (Updated to 1.19.4+).