There hasn't been an update in quite a while, this was mainly because university has started for me. As a result I won't be able to release regular update, but I'll still work on improving WAC whenever I have time.
The config file was slightly changed (only an additional explanation was added), you can check out the changes here:
https://github.com/Olexorus/WitherAC/commit/baa9160e164b1ea6c5951d4ed9e82f37551a4df0
Changelog v0.15.0:
- Added the wacinfo command which shows the current violation count of a player, requires the wac.info permission
- WAC will now automatically check for updates and notify players with the wac.update permission if it's running an outdated version
- added the option to disable violation expiry by setting it to -1
- made the reach check slightly more lenient to reduce false positives
- fixed a fast climb false positive
- fixed a speed and fly false positive after dismounting a pig
- there is a really rare exception related to packet handling, I don't fully understand why it happens yet and there isn't much documentation about low level packet stuff, previously this caused WAC to not register users and then throw tons of errors as a result, now it will just log the exception and continue, this is still not ideal but should be better than before