This commit is contained in:
Jiří Štefka 2023-02-23 09:04:46 +01:00
parent 09829ab1b6
commit 664feba139

@ -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"