You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the server has the configuration default_gamemode set to "Creative" in the configuration.toml file, and then a player dies using /kill, they lose the ability to fly despite being in Creative mode. After rejoining the server, the ability to fly is restored.
To Reproduce
Set default_gamemode in the configuration.toml to "Creative"
Fly around
Run /kill
See that you can't fly anymore
Rejoin
You can fly again
Expected behavior
The player can fly in creative even if the player dies.
The text was updated successfully, but these errors were encountered:
I've searched existing issues and couldn't find a duplicate.
Operating System
macOS
Server Software Version/Commit
Pumpkin 0.1.0-dev (4bfbff7)
What happened?
When the server has the configuration
default_gamemode
set to"Creative"
in theconfiguration.toml
file, and then a player dies using/kill
, they lose the ability to fly despite being in Creative mode. After rejoining the server, the ability to fly is restored.To Reproduce
default_gamemode
in theconfiguration.toml
to"Creative"
/kill
Expected behavior
The player can fly in creative even if the player dies.
The text was updated successfully, but these errors were encountered: