TheRemote / MinecraftBedrockServer

Sets up a Minecraft Bedrock dedicated server on Ubuntu with options for automatic updates and running at startup
https://jamesachambers.com/minecraft-bedrock-edition-ubuntu-dedicated-server-guide/
MIT License
811 stars 173 forks source link

Can't Edit World Options #92

Closed terrykimura closed 3 years ago

terrykimura commented 3 years ago

E.g. "Friendly Fire", "Show Coordinates", "Fire Spreads" etc. Is anybody else using this Bedrock Server able to edit their World Options? I could really use the Show Coordinates feature.

Thought it might be a flippable bit on the server config file, but that doesn't appear to be the case either.

image

terrykimura commented 3 years ago

Added my xuid to permissions.json with "permission": "operator", and for some reason the toggles in Settings still don't work, but /gamerule showcoordinates true now does!

terry@os3-354-10066:~/minecraftbe/Bedrock-KIX$ cat permissions.json 
[
    {
        "permission": "operator",
        "xuid": "[xuid]"
    }
]
terry@os3-354-10066:~/minecraftbe/Bedrock-KIX$