From 664feba139a6b6a332cbf05e3b3d269b5e9650ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Thu, 23 Feb 2023 09:04:46 +0100 Subject: [PATCH] Add --- launch.cfg | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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"