From 369079de1693ba9136393a4def4d5725d14fdbf7 Mon Sep 17 00:00:00 2001 From: Matthew Pomes Date: Sun, 15 Feb 2026 04:34:21 -0600 Subject: [PATCH] Update minecraft settings --- docker-compose.yaml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6121918..fa4a869 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -129,14 +129,19 @@ services: restart: unless-stopped ports: - "25565:25565" + - "24454:24454/udp" environment: EULA: "TRUE" TYPE: "FABRIC" - MEMORY: "2048M" + MEMORY: "4G" MOTD: "Loading server..." - LEVEL: "world" - USE_MEOWICE_FLAGS: "true" - DIFFICULTY: "3" + VERSION: "1.21.11" + # LEVEL: "world" + LEVEL: "house" + SEED: "881949285698121329" + # USE_MEOWICE_FLAGS: "true" + DIFFICULTY: "normal" + MODE: "survival" OPS: |- 187eca31-2e33-4199-97e0-2286bf35f7f8 ENABLE_WHITELIST: "true" @@ -148,9 +153,9 @@ services: logging: *logging volumes: - "/data/minecraft/data:/data" - - "/data/mincraft/mods:/mods" - - "/data/mincraft/plugins:/plugins" - - "/data/mincraft/config:/config" + - "/data/minecraft/mods:/mods" + - "/data/minecraft/plugins:/plugins" + - "/data/minecraft/config:/config" gitea: image: docker.gitea.com/gitea:1.24 environment: