Since the obfuscation of WAC can cause problems when importing it as a dependency into an IDE, I decided to create a seperate jar with only the basic API part which I can distribute without obfuscating it. I also thought this was a good time to add a few more features. You can download the API jar on the plugin page. I'll add a proper documentation soon, until then just decompile the API jar or use the autocompletion of your IDE, it should be really easy.
The config file wasn't changed.
Changelog v0.16.2: - added 3 new methods to the api, one to check the violation count of a player, one to get the current server tps, and one to get the ping of a player
- put an abstract version of the api into an extra module which I can distribute in a separate jar without needing to obfuscate it, check the plugin page to download it
- I realized that the speed check was much stricter than it had to be, I made it 5x as lenient and it detects everything without any problems, this should really decrease false positives