No new features have been added to take advantage of the new 1.17 content. This release is purely just a port of 1.9.1 that can support Minecraft 1.16.5 and 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.