Fix the throw mechanic
Summary
- throw{velocity=50;velocityY=0}
The throw mechanic can launch airborne players into the sky even when Y velocity is set to 0. https://cdn.discordapp.com/attachments/351864879545843715/920119488576360448/Minecraft__1.17.1_-_Multiplayer_3rd-party_Server_2021-12-14_12-05-17.mp4
Usage
Add an attribute or fix to the throw mechanic that prevents players from being launched by this. Either by greatly reducing the Y throw speed (by like x0.1) or some other method, maybe checking if it has passed a distance threshold.
Value
Would let the throw mechanic be used without risk of killing players for no reason.
Priority
Medium, though this has been in the plugin for a long time from what i remember.
Implementation
No idea