Fixed alerts-format not activating in the config
Added [webhook] to punishments.yml, which sends a discord webhook notification when executed
Fixed enchantments such as knockback (for attack slow) and efficiency (for block breaking) not being registered on pre-1.13 servers
Fixed a bug where players would be kicked on a 1.9+ server when a player pulled another player with a fishing rod with a proxy such as bungeecord
Relocated configuralize to fix an exception when other plugins use an outdated version of this library
Replaced all post checks with a more stable single post check that uses transactions rather than packet timings
Increased the minimum number of transactions sent per tick to increase sensitivity of the post checks
Transactions are now sent on the netty threads if the end of tick option is enabled, to fix a deadlock and to not consume main thread performance
Reworked boat and hard collision colliding to fix falses with fast moving vehicles and jumping onto boats
Added a permission "grim.nosetback" to disable setbacks. This can be used as a hacky way to toggle setbacks for all players on and off.
Exempted spectators from being setbacks - other than for the timer check where it is still enabled
Added debug information on join on the netty pipeline to help debug issues