mtoensing / Docker-Minecraft-Bedrock-Server

Starts a Minecraft BEDROCK Server (PE Pocket Edition) for iOS, iPhone, iPad, XBOX and Windows.
https://hub.docker.com/r/marctv/minecraft-bedrock-server
MIT License
55 stars 9 forks source link

activate operator functions #60

Closed EmmanuelPerezt closed 2 months ago

EmmanuelPerezt commented 3 months ago

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 ?

b2un0 commented 3 months ago

For the last one: read the README.

EmmanuelPerezt commented 3 months ago

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

Imagen de WhatsApp 2024-08-10 a las 10 07 58_a89ca291

b2un0 commented 3 months ago

Please also provide your docker run command

EmmanuelPerezt commented 2 months ago

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
b2un0 commented 2 months ago

That’s not our docker container!

Here you go

https://github.com/itzg/docker-minecraft-server