Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 864 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 864 Bytes

What is this?

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

Why is this?

Someone asked me to help them setup Java for their server, so I decided to make this to help others as well :)

How to use?

  1. Clone this repository
  2. Download dependencies or
  3. Run ./gradlew shadowJar
  4. By default, the JAR file should be in ./build/libs/
  5. Copy it and paste in your server's root folder.
  6. You can use this configuration example
  7. That's it! Go and play with it now :)