Adds resistance to players during knockback for 10 seconds to prevent fall damage, being dumped into lava, etc. as a result of an unexpected change in trajectory
Fixes bug where autocomplete would only work if a player did not have permission to use the commands
Added EarthCow to contributors list, who did a TON, including:
Backported to 1.17
Added the knockback effect for nether portals
Changed the default event behavior for if a player tries to enter a portal. It used to be "teleport to spawn", but now it's "cancel the event". This was done by swapping the event from PlayerChangedWorldEvent to PlayerTeleportEvent.