Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo "Network Start Script is now running "
- echo "starting in 5 seconds"
- sleep 1
- echo "Press Ctrl +c to cancel The Script......."
- sleep 5
- echo "starting Bungee Proxy" #optional if you also use Bungee cord on your network
- screen -d -m -S Bungee bash -c 'cd /home/servers/Bungee && ./START_SERVER.sh'
- sleep 1
- echo "starting Server Creative "
- screen -d -m -S Creative bash -c 'cd /home/servers/Creative && ./START_SERVER.sh'
- sleep 1
- echo "starting server Factions "
- screen -d -m -S Factions bash -c 'cd /home/servers/Factions && ./start.sh'
- sleep 1
- echo "starting server HungerGames "
- screen -d -m -S HungerGame bash -c 'cd /home/servers/HGSVR01 && ./START_SERVER.sh'
- sleep 1
- echo "starting server Lobby "
- screen -d -m -S Lobby bash -c 'cd /home/servers/Lobby && ./START_SERVER.sh'
- sleep 1
- echo "starting server Skyblock "
- screen -d -m -S Skyblock bash -c 'cd /home/servers/Skyblock && ./START_SERVER.sh'
- sleep 1
- echo "starting server Skywars "
- screen -d -m -S Skywars bash -c 'cd /home/servers/Skywars && ./START_SERVER.sh'
- sleep 1
- echo "starting server AcidIsland "
- screen -d -m -S AcidIsland bash -c 'cd /home/servers/AcidIsland && ./START_SERVER.sh'
- sleep 1
- echo "NETWORK SERVERS NOW ACTIVE!!!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement