diff --git a/server-properties/start.sh b/server-properties/start.sh index e34183d..954aea3 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash +export TERMINFO=/usr/lib/terminfo + fileName="fabric-1.21.1.jar" memory=8192 configPath="./config" -datapackPath="./world/datapack/" +datapackPath="./world/datapack" serverConfigDir="server-properties" packwizPath="https://files.ferdin.land/ferdinland/modpacks/server/smp/" loading_text="./config/server-properties/helpers/loading/loading.txt" @@ -16,7 +18,7 @@ source ./.env source ./config/server-properties/helpers/loading/bash_loading_animations.sh # loading -echo "$loading_text" +cat "$loading_text" BLA::start_loading_animation "${BLA_filling_bar[@]}" sleep 1.85 BLA::stop_loading_animation @@ -106,10 +108,10 @@ echo "starting the server..." echo case "$SERVER_TYPE" in smp) - echo "$splash_smp" + cat "$splash_smp" ;; creative) - echo "$splash_creative" + cat "$splash_creative" ;; personal) echo