Advertisement
Guest User

Untitled

a guest
Jun 18th, 2016
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1.  
  2. echo "Network Start Script is now running "
  3. echo "starting in 5 seconds"
  4. sleep 1
  5. echo "Press Ctrl +c to cancel The Script......."
  6. sleep 5
  7. echo "starting Bungee Proxy" #optional if you also use Bungee cord on your network
  8. screen -d -m -S Bungee bash -c 'cd /home/servers/Bungee && ./START_SERVER.sh'
  9. sleep 1
  10. echo "starting Server Creative "
  11. screen -d -m -S Creative bash -c 'cd /home/servers/Creative && ./START_SERVER.sh'
  12. sleep 1
  13. echo "starting server Factions "
  14. screen -d -m -S Factions bash -c 'cd /home/servers/Factions && ./start.sh'
  15. sleep 1
  16. echo "starting server HungerGames "
  17. screen -d -m -S HungerGame bash -c 'cd /home/servers/HGSVR01 && ./START_SERVER.sh'
  18. sleep 1
  19. echo "starting server Lobby "
  20. screen -d -m -S Lobby bash -c 'cd /home/servers/Lobby && ./START_SERVER.sh'
  21. sleep 1
  22. echo "starting server Skyblock "
  23. screen -d -m -S Skyblock bash -c 'cd /home/servers/Skyblock && ./START_SERVER.sh'
  24. sleep 1
  25. echo "starting server Skywars "
  26. screen -d -m -S Skywars bash -c 'cd /home/servers/Skywars && ./START_SERVER.sh'
  27. sleep 1
  28. echo "starting server AcidIsland "
  29. screen -d -m -S AcidIsland bash -c 'cd /home/servers/AcidIsland && ./START_SERVER.sh'
  30. sleep 1
  31. echo "NETWORK SERVERS NOW ACTIVE!!!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement