Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elytra bugs doublejump #43

Open
bobhenl opened this issue Jun 13, 2024 · 2 comments
Open

Elytra bugs doublejump #43

bobhenl opened this issue Jun 13, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@bobhenl
Copy link

bobhenl commented Jun 13, 2024

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

@bobhenl bobhenl added the bug Something isn't working label Jun 13, 2024
@imDMK
Copy link
Owner

imDMK commented Jun 13, 2024

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
Copy link
Owner

imDMK commented Jun 13, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants