Closed EmmanuelPerezt closed 2 months ago
For the last one: read the README.
this is my permission.json
[ { "xuid": "2535459723167817", "permission": "operator" } ]
and this is my allowlist.json
[ { "ignoresPlayerLimit": true, "name": "emmanuel13223", "xuid": "2535459723167817" } ]
visually are work, but i cant activate or disable options
Please also provide your docker run command
using docker-compose
services:
minecraft-bedrock:
image: itzg/minecraft-bedrock-server:latest
container_name: minecraft-bedrock
ports:
- "19132:19132/udp"
volumes:
- "./data:/data"
environment:
EULA: "TRUE"
GAMEMODE: survival
DIFFICULTY: normal
stdin_open: true
tty: true
i can't activate show cordenades option, writing showcoordinates=true on server.properties and restart and not view changes in the configuration,how i can change those options or become operator ?