Skip to content

A template spigotmc plugin with commands and some managers. One branch is in java and the other is in kotlin.

Notifications You must be signed in to change notification settings

Luncaaa/spigotmc-template-plugin

Repository files navigation

Spigot template plugin

A base plugin which includes a command handler and some managers, written in kotlin. You can find the java version in the other branch.

How to create the jar

  1. Clone the repository using git clone https://github.com/Luncaaa/spigotmc-template-plugin.git
  2. Select the branch that you want (java or kotlin version)
  3. Create the jar using .\gradlew jar or .\gradlew shadowJar if you are using the kotlin version.
  4. The jar will be located in build\libs

If you are using the kotlin version, you must just the file that ends in "-all"

Bugs & suggestions

If you have any problem, please open an issue in the "issues" tab and give as much information as possible.

About

A template spigotmc plugin with commands and some managers. One branch is in java and the other is in kotlin.

Resources

Stars

Watchers

Forks

Languages