itzg / itzg/docker-minecraft-bedrock-server
Game will only start in survival
- Dominant language
- Shell
- Stars
- 1.9k
- Forks
- 302
- Avg merge
- 2h 26m
- Merged PRs (30d)
- 2
Description
Hi,
It could be me as I don't know Minecraft, but it only seems to start in survival mode, where zombies attack and I take damage.
I want creative mode for my 4 year old kid. If it is me then can anybody see where I've gone wrong?
```
version: '3.4'
services:
minecraft:
image: itzg/minecraft-bedrock-server
container_name: minecraft
restart: unless-stopped
environment:
TZ: Europe/London
VERSION: LATEST
SERVER_NAME: Minecraft World
EULA: "TRUE"
GAMEMODE: creative
DIFFICULTY: easy
ports:
- 19132:19132/udp
stdin_open: true
tty: true
volumes:
- ./data:/data
```
Thanks in advance!
Phil.
Contributor guide
Research direction
Start with the docker-compose service definition, especially the GAMEMODE setting and the mounted ./data volume. Reproduce the issue with the supplied configuration and check whether the running Bedrock server uses the declared creative setting or persisted world data. Done when the deployment reliably starts in creative mode and the result is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100