tittle say all
giving out for help 10 steam keys !
HLLRHLLR#7627
HLLRHLLR#7627
A script for linux?tittle say all
giving out for help 10 steam keys !
HLLRHLLR#7627
yesA script for linux?
echo "Name Network | Script start multiples servers"
echo "The script will run in 5 seconds."
echo "Press Ctrl + C to cancel the script."
sleep 5
echo "Starting BungeeCord Proxy..."
screen -d -m -S Bungee bash -c 'cd /directory/ && ./Start_Server_Script.sh'
sleep 1
echo "Starting server Lobby..."
screen -d -m -S Lobby bash -c 'cd /directory/ && ./Start_Server_Script.sh'
sleep 1
echo "Starting server Practice..."
screen -d -m -S Practice bash -c 'cd /directory/ && ./Start_Server_Script.sh'
sleep 1
echo "Name Network | All servers started."
java -Xmx1024m -Xms1024m -jar spigot.jar
thanks a lotCode:echo "Name Network | Script start multiples servers" echo "The script will run in 5 seconds." echo "Press Ctrl + C to cancel the script." sleep 5 echo "Starting BungeeCord Proxy..." screen -d -m -S Bungee bash -c 'cd /directory/ && ./Start_Server_Script.sh' sleep 1 echo "Starting server Lobby..." screen -d -m -S Lobby bash -c 'cd /directory/ && ./Start_Server_Script.sh' sleep 1 echo "Starting server Practice..." screen -d -m -S Practice bash -c 'cd /directory/ && ./Start_Server_Script.sh' sleep 1 echo "Name Network | All servers started."
Here go.[DOUBLEPOST=1550412852][/DOUBLEPOST]
Ah i forget, and on script "Start_Server_Script.sh", you need have this code:
Code:java -Xmx1024m -Xms1024m -jar spigot.jar

Want script to close automatically all servers?thanks a lot![]()
