From 5138d6fca761e17c75489b801eb8c974c398203e Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 4 Jun 2026 02:30:09 +0000 Subject: [PATCH] services/minecraft.sh: remove stale manual-run comment from pregen-startup.sh Pregen runs automatically when starting the server; the "run manually" comment inside the script was misleading. https://claude.ai/code/session_017WJtGcE5jjerAQCUBWUE3H --- services/minecraft.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/minecraft.sh b/services/minecraft.sh index 6236549..5fb0152 100644 --- a/services/minecraft.sh +++ b/services/minecraft.sh @@ -1263,8 +1263,6 @@ MCEOF [ "$USE_BORDER" = true ] && BORDER_LINE="mc-send-to-console \"worldborder set ${BORDER_SIZE}\"" cat > "$MC_DIR/data/pregen-startup.sh" << PREGENEOF #!/bin/bash -# Chunky pre-generation — run manually after the server has started: -# docker exec -e PREGEN=1 -u 1000 ${MC_NAME} bash /data/pregen-startup.sh [ "\${PREGEN:-0}" = "1" ] || exit 0 _PIPE=/tmp/minecraft-console-in echo "Waiting for server to be ready (may take 1-2 minutes)..."