diff --git a/launch.cfg b/launch.cfg index 7646c68..c063a80 100644 --- a/launch.cfg +++ b/launch.cfg @@ -33,7 +33,15 @@ mem="6000M" # Overrides # ############# -# Shouldn't be needed, but if for whatever reason you want to override some things, use the below options +# Flags for the server itself +# Usefull fot setting rcon password, server port, etc. +mc_launchoptions="-nogui" + +# If you want to get rid of update notifications, set the below to false +check_for_updates=true + +# The options below are for advanced users, modification is not needed in most cases +# ---------------------------------------------------------------------------------- # If you're purposefully using a different version of Java, you can override the version check java_version_override=false @@ -44,5 +52,3 @@ java_version_override=false override_java_flags=false java_launchoptions="" -# Flags for the server itself -mc_launchoptions="-nogui"