Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 632 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 632 Bytes

plugin-template

Template to create a Rushyverse plugin with everything configured

How to use

Build

The plugin JAR is generated in the build/libs folder.

./gradlew shadowJar

The JAR can be moved to the plugins folder of the server to be loaded.

Test

We're using Kotest to write the tests.

The tests are located in the src/test folder.

./gradlew test

Quality

We're using Detekt to check the code quality.

./gradlew detekt

Contributing

Check the guidelines.