minor tweaks to script
This commit is contained in:
parent
188c423f92
commit
a95b605918
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user