Skip to content
/ plugin-template Public template

Template to create a Rushyverse plugin with everything configured

License

Notifications You must be signed in to change notification settings

Rushyverse/plugin-template

Repository files navigation

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.

About

Template to create a Rushyverse plugin with everything configured

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages