A template for creating a spigot, paper or paper-legacy plugin.
No need to set up gradle, maven or anything else. Just clone this repository and start coding.
- Clone this repository
- Open the project in your IDE
- Edit the gradle.properties file to your liking
- Start coding
When using this project it shouldn't be required to edit the build.gradle.
Repositories and dependencies can be added using the repositories.gradle or the dependencies.gradle, while spigot/paper can be added using the settings.
As this template has been created for KettleMC.net, most of the settings are already set up for KettleMC.net. If you want to use this template for your own project, you should change the settings to your liking.
By default, the plugin contains JASKL, a library for creating configuration files. If you don't want to use JASKL, simply disable it in the gradle.properties file.