- Added support for Spigot 1.16 (Dreig-Michihi)
- Fixed ElementSphere Water crash
- Added water bubbles to ElementSphere Water underwater
- Added FireShots hand swapping by tapping sneak (Dreig-Michihi)
- Added configurable pointer for bending board, with "> " as default, to fix flickering (Dreig-Michihi)
- Fixed MetalFragments hoppers dupe (Dreig-Michihi)
- Added item crack particles to MetalFragments (Dreig-Michihi)
- Optimized MetalFragments (Dreig-Michihi)
- Fixed error resulting from ambiguous ability names like EarthKick that are shared with other popular addons (Dreig-Michihi)
- Optimized extinguishing for AirBreath (Dreig-Michihi)
- Fixed bug where Combustion couldn't start when a previous Combustion was still reverting (Dreig-Michihi)
- Improved Combustion charge-up and cooldown add times (Dreig-Michihi)
- Fixed FirePunch allowing multiple instances (Dreig-Michihi)
- Fixed Fissure reversion (StrangeOne101)
- Fixed lava immunity bug (StrangeOne101)
- Fixed AirSlam using SwiftStream's instructions (MKieburtz)
- Fixed URL being outdated in /b version
- Fixed IceWall not working on snow and ice blocks from the config
- Fixed WaterFlow using the wrong instructions
- Fixed LavaFlux making permanent stone when duration is less than cleanup
- Fixed MudSurge duping the center block
- Fixed MudSurge creating the blocks offset of 0.5 blocks
- Added new supported blocks to MudSurge
- Made MudSurge's brown blocks appear in a random order
- Fixed ElementSphere Fire crash
Used World#getMinHeight and World#getMaxHeight instead of hard-coded Y-values for certain abilities' cancellations (for 1.18 world height changes)
Added getters and setters to almost all abilities for improved data accessibility
Fixed many warnings and instances of poor style
Made almost all abilities adhere to standards concerning the possible cancellation of the AbilityStartEvent, so no irreversible changes take place if the event is cancelled
Converted all instances of Entity#setVelocity to the new GeneralMethods#setVelocity, which calls its own event
Removed unnecessary "time" variables that can be replaced with getStartTime() calls