For Spigot 1.16
I use this as a base template for my plugins.
- Main class
- Configuration Handler
- GitHub Actions workflow to create a Release with an attached JAR when you push a tag
gradle testJar
will put a jar in server/plugins
gradle releaseJar
will put a jar in releases/
You can configure everything in gradle.properties. Values set here will also be set in plugin.yml