Template to create a Rushyverse plugin with everything configured
The plugin JAR is generated in the build/libs folder.
./gradlew shadowJarThe 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 testWe're using Detekt to check the code quality.
./gradlew detektCheck the guidelines.