Template to create a Rushyverse plugin with everything configured
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.
We're using Kotest to write the tests.
The tests are located in the src/test folder.
./gradlew test
We're using Detekt to check the code quality.
./gradlew detekt
Check the guidelines.