* Fix chi abilities appearing to strike twice, implement catapult 2.0, and fix water sources being removed by breaking them
* Small changes for loony (visual and time)
* Completely rewrite catapult functions and repair water abilities allowing plant sources to be broken upon selection
* Increase length of moveEarth call in Catapult and add more configuration options
* Fix my dumb mistake of using a bitwise operator
* Allow tempblock usage for iceblast
• Fixed CoreAbility.getAbilities() not returning addon abilities
• Fixed errors spammed from /b w when the server can't fetch the staff
list
• Fixed /b d passives - now displays all possible passives
• Fixed /b t <sub> causing an internal error
• Fixed a lot of NPEs
* IceSpike + Water Fixes
• Fixed IceSpike not using TempBlocks
• Fixed IceWave not automatically thawing the ice that freezes people
• Fixed EarthPassive (Soft landing) dropping sand blocks when the sand
is broken
• Made HeatControl a harmless ability if it's the Cook ability
* Change isHarmless to use equals() rather than ==
* Fixes EarthSmash and LavaFlow not working
EarthSmash and LavaFlow wasn’t being activated when the player sneaked,
it’s now fixed.
* Fix WaterArms not working
Cod wasn’t being called because of a misplaced bracket
* Adds some more AvatarState config options
* Formating / Spelling and Grammar check
* Left out change
* Revert "Formating / Spelling and Grammar check"
This reverts commit 73b10ccca224e1c7af758e4587227f5612ef8364.
* Adds getInstructions() method
- Addons will now have to add the getInstrucionts() method in their
abilities, otherwise their abilities will display:
“Usage: null”
* Removes getInstructions() method from ComboAbility
* Adds getInstructions() method for subelement abilities
* Adds instructions to help command
* Rewrites ability descriptions, adds instructions path
Ability descriptions will now contain a brief description of abilities
and the instructions path will explain how to individually do each
feature of an ability.
* Adds back languageConfig.save();
* Fix Ability#getInstructions() documentation