TF-ProjectKorra/src/com/projectkorra/projectkorra/waterbending
Christopher Martin 75c4f41be5
1.9.2 (#1153)
## Additions
* Adds support for Minecraft 1.17!
* Adds vanished player support to the `/pk who <Player>` command.
  * Should work with most common vanishing plugins, tested using Essentials vanish.
  * Affects `/pk who` and `/pk who <Player>`.
* Adds new `"Abilities.Earth.EarthSmash.Lift.Knockup"` configuration option to control the velocity applied to players standing where an EarthSmash is created.
* Adds new `"Abilities.Earth.EarthSmash.Lift.Range"` configuration option to control the range in which entities need to be standing in relation to where an EarthSmash is created to get the Knockup applied.

## Fixes
* Fixes players sometimes "falling through" their EarthSmash if they try to create it underneath themselves.
  * Reduces the overall push so it feels more natural.
  * Expands the push radius so it can affect entities within one block of the location.
* Fixes IceWave activating sometimes when PhaseChange wasn't clicked.
* Fixes IceWave users getting stuck on their ice midair.
* Fixes the display command showing hidden combos and passives
* Fixes an error caused by adding attribute modifiers to abilities sometimes.
* Fixes an error preventing the plugin from working on Minecraft 1.17.
  * ClassDefNotFoundError resulting from EntityHuman being moved during the 1.17 Minecraft update. We no longer rely on NMS for this area as a proper API has been introduced. As such, GeneralMethods and EarthArmor have been updated to reflect these changes.
2021-06-15 09:49:50 -07:00
..
blood Add AbilityVelocityAffectEntityEvent (#1094) 2020-10-17 17:27:44 -07:00
combo 1.9.2 (#1153) 2021-06-15 09:49:50 -07:00
healing Fix deprecated calls (#1072) 2020-07-21 14:57:07 -07:00
ice 1.9.1 (#1145) 2021-06-07 16:58:29 -07:00
multiabilities Add AbilityVelocityAffectEntityEvent (#1094) 2020-10-17 17:27:44 -07:00
passive Add AbilityVelocityAffectEntityEvent (#1094) 2020-10-17 17:27:44 -07:00
plant Blue Fire Update & Firebending Refactor (#1062) 2020-07-11 22:05:45 -07:00
util Fix deprecated calls (#1072) 2020-07-21 14:57:07 -07:00
OctopusForm.java Add AbilityVelocityAffectEntityEvent (#1094) 2020-10-17 17:27:44 -07:00
SurgeWall.java Include outstanding PR's and fix outstanding issues (#1069) 2020-07-19 16:37:50 -07:00
SurgeWave.java Add AbilityVelocityAffectEntityEvent (#1094) 2020-10-17 17:27:44 -07:00
Torrent.java Add AbilityVelocityAffectEntityEvent (#1094) 2020-10-17 17:27:44 -07:00
TorrentWave.java Add AbilityVelocityAffectEntityEvent (#1094) 2020-10-17 17:27:44 -07:00
WaterBubble.java 1.8.9 (#1038) 2019-12-09 23:03:28 -08:00
WaterManipulation.java 1.9.1 (#1145) 2021-06-07 16:58:29 -07:00
WaterSpout.java Fix deprecated calls (#1072) 2020-07-21 14:57:07 -07:00
WaterSpoutWave.java 1.9.2 (#1153) 2021-06-15 09:49:50 -07:00