This is a basic Kotlin project that is designed to work with VCMP's Java Plugin.
It uses the example script provided here, just converted to Kotlin's syntax
Someone asked me to help them setup Java for their server, so I decided to make this to help others as well :)
- Clone this repository
- Download dependencies or
- Run
./gradlew shadowJar
- By default, the JAR file should be in
./build/libs/
- Copy it and paste in your server's root folder.
- You can use this configuration example
- That's it! Go and play with it now :)