mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
minor adjustments
This commit is contained in:
@@ -62,6 +62,8 @@ echo "find all server files and the management script."
|
||||
echo 'Use "-" or "_" as name seperator!'
|
||||
read -p "Servername: " name
|
||||
|
||||
|
||||
# Setting directoriy variables
|
||||
working_dir="$HOME/$name"
|
||||
management_dir="$HOME/$name/management"
|
||||
management_logs="$HOME/$name/management/installation_logs"
|
||||
@@ -80,7 +82,7 @@ mkdir $server_dir
|
||||
|
||||
echo What Modloader should be used?
|
||||
|
||||
modloader=("Forge" "Fabric")
|
||||
modloader=("Forge" "Fabric" "Paper")
|
||||
|
||||
select opt in "${modloader[@]}"
|
||||
do
|
||||
@@ -93,6 +95,11 @@ do
|
||||
exit 1
|
||||
break
|
||||
;;
|
||||
"Paper")
|
||||
echo "Paper is not supported yet"
|
||||
exit 1
|
||||
break
|
||||
;;
|
||||
*)
|
||||
echo "Invalid selection"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user