itzg / docker-minecraft-bedrock-server

Containerized Minecraft Bedrock Dedicated Server with selectable version
MIT License
1.14k stars 219 forks source link

How to turn keep inventory? #316

Open chanansh opened 1 year ago

chanansh commented 1 year ago

Although I am in OPS I cannot change "keep inventory" as a command or in the UI. Solution?

itzg commented 1 year ago

Sorry for the delay in responding. What are the contents of the permissions.json generated in the container's /data directory? If that doesn't look right, can you set the env var DEBUG to "true" and provide that output?

muzhig commented 1 year ago
[
  {
    "permission": "operator",
    "xuid": "..."
  }
]