From a51e3e777d79bb312d44857fb50c2b31d3913c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Thu, 23 Feb 2023 02:50:21 +0100 Subject: [PATCH] Moved server options below the settings section --- start.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/start.sh b/start.sh index fce3bec..bf3acf1 100644 --- a/start.sh +++ b/start.sh @@ -34,15 +34,15 @@ select_build="" # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # mem="2000M" -# -# Options for the server -# -mc_launchoptions="-nogui" + # ------------------------------------------------ # You shouldn't need to change anything below this # ------------------------------------------------ +# Options for the server +mc_launchoptions="-nogui" + if [[ "${mem%M}" -gt 12000 ]]; then G1NewSize=40 G1MaxNewSize=50