Added: STOP_SERVER_DELAY_COMMAND (#4109)

This commit is contained in:
James Wagner
2026-06-16 05:22:32 -07:00
committed by GitHub
parent 85170775fd
commit 0dce4ed863
3 changed files with 13 additions and 2 deletions
+3
View File
@@ -481,6 +481,9 @@ fi
if [[ ${STOP_SERVER_ANNOUNCE_DELAY} ]]; then
mcServerRunnerArgs+=(--stop-server-announce-delay "${STOP_SERVER_ANNOUNCE_DELAY}s")
fi
if [[ ${STOP_SERVER_DELAY_COMMAND} ]]; then
mcServerRunnerArgs+=(--stop-server-delay-command "${STOP_SERVER_DELAY_COMMAND}s")
fi
if isTrue "${ENABLE_SSH}"; then
mcServerRunnerArgs+=(--remote-console)
fi