A base plugin which includes a command handler and some managers, written in kotlin. You can find the java version in the other branch.
- Clone the repository using
git clone https://github.com/Luncaaa/spigotmc-template-plugin.git - Select the branch that you want (java or kotlin version)
- Create the jar using
.\gradlew jaror.\gradlew shadowJarif you are using the kotlin version. - The jar will be located in
build\libs
If you are using the kotlin version, you must just the file that ends in "-all"
If you have any problem, please open an issue in the "issues" tab and give as much information as possible.