- Remove command:
- Fixed element aliases not working
- Added argument /b remove <element> which only removes a single element
from you if you have it. Tells you if you don't
- Fixed toggle command aliases and message messing up
- EarthMethods:
- Added isMetalbendable(Player player, Material mat)
- Checks for the material being in the metalblocks list in config and if
the player has metalbending permission
- Added check for metal blocks in getEarthSourceBlock()
- Fixed EarthSmash having problems with metal blocks
- Fixed AirShield not blocking earth and water abilities.
- Fixed AirSwipe stopping when it hit a non living entity
- Fixed AutoTab not allowing player names with who command
- Fixed Permaremove command permissions
- Fixed Enflamed instances being managed
- Fixed FireStream dissipation being managed
- Fixed HorizontalVelocity:
- Entity not being removed from instances when landing and not hitting
wall
- Still adding entities to instances when disabled
- Fixed toggle element command working for everyone, see below:
- Added bending.admin.toggle permission, used for toggling elements of
another player (need to add other player bending toggling but Chris
rushed me)
- Changed getBendingPlayer to be more exact with uuids
- Changes HorizontalVelocityTracker and HorizontalVelocityChangeEvent
contructors to use Element and SubElement so Death messages use color,
and Switched StockAbility with String for Addon compatibility
- Fixed willChiBlock not working because of incorrect configurations
- Added check for SwiftKick and QuickStrike augments
- Fixed configurations for AcrobatStance
- Fix OctopusForm death message spelling error
- Fix SubElement display command error
- Improve HorizontalVelocity with ability list and death messages (Needs
to be tested by someone that has a server where multiple people can
join)
- Fix getSubBendingColor incomplete-switch
- Add getSubElementByString(String sub) to generalmethods. Convenience.
- Add avatar option to display command
- Add enum AvatarAbilities to StockAbility