Advertisement
Guest User

Untitled

a guest
Feb 18th, 2014
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. while true; do
  2. cd /skywars/start.sh
  3. java -Xmx5120M -Xms1024M -jar Spigot.jar
  4. echo "#######################################################"
  5. echo "### Omega Realm ###"
  6. echo "#######################################################"
  7. echo "### Restarting the server in 5 seconds ###"
  8. echo "#######################################################"
  9. sleep 5
  10. echo "#######################################################"
  11. echo "### Omega Realm ###"
  12. echo "#######################################################"
  13. echo "### Launching the server, please wait. ###"
  14. echo "#######################################################"
  15. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement