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.
- Host: GitHub
- URL: https://github.com/luncaaa/spigotmc-template-plugin
- Owner: Luncaaa
- Created: 2023-04-06T19:10:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T22:26:38.000Z (about 3 years ago)
- Last Synced: 2025-04-09T23:37:47.875Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.