Re-Adds WaterWave range methods (for Items)
Fixes WaterArms Spear going through ice
Fixes players being able to select tempwater, although, I thought it
added a cool feature so I made it a config option "CanBendFromBentBlock"
Fixes Preset Create command not working
Fixes AirBurst deathmessage
Fixes IceSpike deathmessage
Fixes Bloodbending deathmessage
Fixes AirScooter randomly ending
Fixes AirScooter taking players meant to fly out of fly mode
Fixes ShockWave/AirBurst cooldown not influencing fall induced
ShockWaves/AirBursts
Fixes WaterSpout sometimes not working
Adds "bending.command.preset.bind.assign" node which allows players to
assign their presets onto other players, default: op
Adds /b p b [preset] <player> capabilities for player presets
Adds "CanBendFromSpout" config option for Water, determines whether
players can use water from their spout to bend, default: false
• Adds tabbing to the new /bending copy command
• Adds tabbing to new /bending preset bind <preset> [player]
• Adds tabbing to new /bending preset bind <external> [player]
• Fixes permission problem with /bending copy
Fixes "dead period" where water manip couldn't be redirected
Fixes IceBullet
Fixes cooldown config option in Torrent
Fixes "PhaseChange randomly not working"
Fixes EarthRevert dropping blocks
Fixes /b who list inconsistencies
Adds cooldown config option to Torrent
Adds "ShiftRequired" option to HealingWaters, makes players shift in
order to heal themselves
Removes AutoSourcing from IceBlast
Adds new /b copy [player] <player> command, allows you to copy the binds
of [player] onto yourself or <player>
Adds "bending.command.copy" node to use base command, default: true
Adds "bending.command.copy.assign" node to assign players binds to other
players, default: op
Fixes presets being cleared if you attempt to bind them with no elements
Fixes EarthSmash cooldown, now only effects shooting new earthsmashes
and raising new earthsmashes, not grabbing/redirecting
Adds ./b p b [external] <player> command to assign external presets to
yourself or another player
Adds presets.yml, used to define external presets
Adds "bending.command.preset.bind.external" node to determine whether
players can bind external presets to themselves, default: op
Adds "bending.command.preset.bind.external.other" node to determine
whether players can bind external presets to others, default: op
Adds loadExternalPresets() method to register all external presets
Adds bindExternalPresets(player, name) method to bind an external preset
Adds GrabRange config option to EarthSmash, used to determine how close
you must be to grab a smash
Adds SelectRange config option to EarthSmash, used to determine how
close you must select to create a smash
Fixes EarthSmash damage when blocks are broken
Fixes UpdateChecker for new website setup