Big config additions, bypass permissions and some other fixes/improvements
This is probably the biggest update to WAC yet, most importantly is adds a lot of config options.
The config file was changed completely, it is highly recommende that you delete your current one
Changelog v0.10.0: - added the ability to kick players and corresponding config options (disabled by default)
- added config options for disabling checks depending on player ping and server tps
- added a lot of documentation to the config
- adjusted most of the default config options, most of them were made more lenient
- added bypass permissions, "wac.bypass" for all checks and "wac.bypass.[checkname]" for individual checks (same check names as in the config)
- replaced all hyphens in the check names with underscores because hyphens seemed to cause problems when used as permission names
- WAC now checks if the server version is compatible and if not prints out an error message and disables itself
- renamed the "notify-min-violations" to "notify-threshold" and the "block-min-violations" to "block-threshold"
- the displayed ping and tps will now be calculated at the time of the detection, not at the time the notification is sent
- fixed a fly fp when towering up
- fixed a rare packet spoof fp
- reverted a change to the packetspoof I did in the last update which was causing some problems, I'll have to reimplement that in a different way in a future update