add dev notes to readme

This commit is contained in:
ThePindabaas
2026-06-27 11:14:44 +02:00
parent 43c49c06ee
commit ebf5321604

View File

@@ -31,4 +31,13 @@ If you have DiscordSRV installed, you can add this to it's alerts.yml:
Channel: grief-alerts Channel: grief-alerts
Content: "${getAlert()}" Content: "${getAlert()}"
``` ```
You'll also have to specify the grief-alerts channel in config.yml. You'll also have to specify the grief-alerts channel in config.yml.
# Development
* Use `./gradlew clean` to clean the project
* Use `./gradlew assemble` to compile the project
* Use `./gradlew test` to test the project
* Use `./gradlew jar` to create the jar
* Use `./gradlew build` to compile, test and create the jar