mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-24 22:39:29 +00:00
@@ -503,10 +503,15 @@ if [ "$TYPE" = "SPIGOT" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $CONSOLE = false ]]; then
|
EXTRA_ARGS=""
|
||||||
EXTRA_ARGS=--noconsole
|
# Optional disable console
|
||||||
else
|
if [[ ${CONSOLE} = false || ${CONSOLE} = FALSE ]]; then
|
||||||
EXTRA_ARGS=""
|
EXTRA_ARGS+="--noconsole"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Optional disable GUI for headless servers
|
||||||
|
if [[ ${GUI} = false || ${GUI} = FALSE ]]; then
|
||||||
|
EXTRA_ARGS="${EXTRA_ARGS} nogui"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# put these prior JVM_OPTS at the end to give any memory settings there higher precedence
|
# put these prior JVM_OPTS at the end to give any memory settings there higher precedence
|
||||||
|
|||||||
Reference in New Issue
Block a user