From 565ce16ef442ac4133a7098ebf66001bd37f1998 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Wed, 22 Feb 2023 18:53:15 +0800 Subject: [PATCH] fix(minecraft): maxWorldSize set to Minecraft default Signed-off-by: JJGadgets --- kube/3-deploy/2-apps/minecraft/3-install.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kube/3-deploy/2-apps/minecraft/3-install.yaml b/kube/3-deploy/2-apps/minecraft/3-install.yaml index 95983128..559be04e 100644 --- a/kube/3-deploy/2-apps/minecraft/3-install.yaml +++ b/kube/3-deploy/2-apps/minecraft/3-install.yaml @@ -32,6 +32,7 @@ spec: ops: "${CONFIG_MINECRAFT_OPS}" icon: "${CONFIG_MINECRAFT_ICON}" maxPlayers: 20 + maxWorldSize: 60000000 allowNether: true announcePlayerAchievements: true enableCommandBlock: false