Add
This commit is contained in:
parent
09829ab1b6
commit
664feba139
12
launch.cfg
12
launch.cfg
@ -33,7 +33,15 @@ mem="6000M"
|
|||||||
# Overrides #
|
# 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
|
# If you're purposefully using a different version of Java, you can override the version check
|
||||||
java_version_override=false
|
java_version_override=false
|
||||||
@ -44,5 +52,3 @@ java_version_override=false
|
|||||||
override_java_flags=false
|
override_java_flags=false
|
||||||
java_launchoptions=""
|
java_launchoptions=""
|
||||||
|
|
||||||
# Flags for the server itself
|
|
||||||
mc_launchoptions="-nogui"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user