This Dev Build is HUGE, please remember to report any and all bugs you find. Thanks
General Changes
General Changes
- Should properly work with new Usernames (thx to Mojang to the ability to change usernames!)
- Fixed permission problems.
- There was an issue with an earthbender (without lavabending perms) being able to display and bind lavabending abilities. Now added canBind() to hasPermission()
- AirBlast Changes
- Private variables are now public and can be altered with addons.
- Added WallDamage for AirBlast. The damage velocity threshold need tweaking, but the system works. (User hits wall as result of AirBlast and takes damage)
- Torrent and IceBlast can now be modified by the API. (Variables are now public)
- Bloodbending Changes
- Added WallDamage for Bloodbending. The damage velocity threshold needs tweaking, but the system works. (User hits wall as a result of Bloodbending and takes damage).
- Modified direction calculation when throwing an entity and added a new permission to enable certain players use bloodbending at anytime regardless of NightOnly being set to true in the config.(Node: bending.water.bloodbending.anytime)
- WaterSpout Changes
- Added a configuration option to enable/disable WaterSpout particles.
- EarthSmash Changes
- Private variables are now public and can be altered with addons.
- FireBlast Changes
- FireBlast can now ignite a furnace.
- Private variables are now public and can be altered with addons.
- Lightning Changes
- Private variables are now public and can be altered with addons.