WynnVentory is a Minecraft mod for the Wynncraft server. It allows users to display trade market prices on items ingame. Data is also be available on the WynnVentory website.
The project is using DevAuth which you need to enable in your run configs.
Just add -Ddevauth.enabled=true to your JVM options and you should be good to go.
We use Spotless to keep our code formatted.
To automatically run spotlessApply before every commit, you can install the Git hooks by running:
./gradlew installGitHooksThis task is also automatically run during the build task.
If there are violations that spotlessApply cannot fix (like wildcard imports), the commit will be aborted.
./gradlew spotlessApply