diff --git a/deploy.sh b/deploy.sh index 4f1cdf5..6f131a0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -173,4 +173,10 @@ echo "#!/bin/bash" > "${server_dir}/start_server.sh" echo 'tmux new -s minecraft_server "java -Djava.awt.headless=true @user_jvm_args.txt @libraries/net/minecraftforge/forge/${version}/unix_args.txt"' >> "${server_dir}/start_server.sh" chmod +x $server_dir/start_server.sh + +# -------------------------------------------------------- +# Creating Start Script +# -------------------------------------------------------- + + echo "You can now find the management script in $management_dir " diff --git a/server_manager.sh b/server_manager.sh new file mode 100644 index 0000000..9b9bda9 --- /dev/null +++ b/server_manager.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Script in strict mode +set -eu +# -------------------------------------------------------------------------- +# Imports + +# -------------------------------------------------------------------------- +# Beginning Of the Script by cerberus \ No newline at end of file