Fly mode issues
PhanaticD opened this issue ยท 7 comments
when you are flying then reconnect, you fall to the ground
steps to reproduce the issue
- do /fly
- fly in the air
- logout
- login
you will now fall to the ground instead of being suspended in the air like when you logged out.
This was not an issue prior to switching to EssentialsX
The underlying, untouched issue only sets the essentials.fly.safelogin
user flying if they're mid air when joining the game.
I made this: Terrobility@902e1e8
This should add a permission node to make players fly upon login, regardless of whether they should be flying or not. The only difference to essentials.fly.safelogin
is that it doesn't check LocationUtil.shouldFly. This isn't the best workaround but it would suffice.
according to players on my server this actually doesnt happen anymore, so it must have been fixed somewhere along the line
Do you have
Permissions:
essentials.fly
essentials.fly.safelogin (Is what you're looking for).