An open API service indexing awesome lists of open source software.

https://github.com/luncaaa/spigotmc-template-plugin

A template spigotmc plugin with commands and some managers. One branch is in java and the other is in kotlin.
https://github.com/luncaaa/spigotmc-template-plugin

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.