Adds permission checks to /bending add <element/sub-element> command
/bending add <element> checks if the player has the permission bending.command.add.<element>
/bending add <sub-element> checks if the player has the permission bending.command.add.<sub-element>
/bending add all checks if the player has the permission to add each element the command is trying to apply
Added SpoutHop
When using Water spout, you can hold sneak and left click to use the spout to jump foward
Configurable in the config
Inspired by an old WaterSpout bug that people wished would return
Added ChargeTimeout option for Torrent
Acts as a duration timer for spinning the water around you with Torrent
Changes
ProjectKorra has been updated to now work on Spigot 1.16 to 1.21.X
Optimized TempBlock reverting
Reduced the lags caused from TempBlocks reverting. The main cause was due to removing blocks going through the entire queue to find the block to remove, when it could have just been removed from the top.
Additionally, there is no longer checks to see if it is already in the queue in some instances. This also caused a lot of pointless CPU processing
Optimized AirBlast putting out fire or triggering redstone related blocks. It now does it for every block along the path, and not just every single tick at the current location (so it would miss 33% of blocks)
Made the database commit all uncommitted changes when the connection is closed
JetBlaze/JetBlast can no longer be used while the other combo is in use
Fixes
Fixed Flight not checking perms for the different slot abilities
Fixed /b cooldown command not respecting permissions
Fixed grass not being labelled short_grass on versions at and above 1.20.3
Fixed illumination digging into the ground in 1.16
Fixed bending damage that bypasses armor not bypassing protection enchantments