imDMK / DoubleJump

✨️ Efficient double jump plugin with many features and configuration possibilities.
https://www.spigotmc.org/resources/doublejump-1-17-1-20-1.110632/
GNU General Public License v3.0
12 stars 2 forks source link

Elytra bugs doublejump #43

Open bobhenl opened 3 weeks ago

bobhenl commented 3 weeks ago

Describe the bug Hello, Elytra is bugging the doublejump, player doesn't fall down & can jump in the air. Maybe it can be caused by disabled elytra in the region, but as you see, player can jump in the air without falling down

How do you trigger it? Use elytra and maybe the worldguard region where the glide flag is set to deny (https://www.spigotmc.org/resources/worldguard-extra-flags.4823/)

Server version [02:33:55 INFO]: Current: git-Purpur-2165 (MC: 1.20.4)* Previous: git-Purpur-2159 (MC: 1.20.4)

Plugin version [02:34:11 INFO]: DoubleJump version 2.1.4

Screenshots or Video image

imDMK commented 3 weeks ago

Hello,

the only thing that can be done in this situation is to block the action of doublejump when the player is wearing the elytra.

For now, I can't make any changes to the plugin - I'm away from home. I'll add it when I have some free time and post an update.

Thank you very much for helping developing the plugin!

imDMK commented 3 weeks ago

But I think there may be one more solution: I will check if the player is wearing elytra when trying to use doublejump and if so, I will simply add velocity to him (doublejump simulation) and then elytra will be invoked.