Untitled

By Hot Porcupine, 11 Years ago, written in Plain Text, viewed 598 times.
URL http://pb.stoleyour.com/view/7c17fc07 Embed
Download Paste or View RawExpand paste to full width of browser
  1. #!/bin/sh
  2. /opt/minecraft/mcrcon -s -c -H 127.0.0.1 -p lalala "say Server Restarting in 5 minutes"
  3. sleep 240
  4. /opt/minecraft/mcrcon -s -c -H 127.0.0.1 -p lalala "say Server Restarting in 1 minute"
  5. sleep 60
  6. /opt/minecraft/mcrcon -s -c -H 127.0.0.1 -p lalala stop
  7. sleep 60
  8. /opt/minecraft/serverstart.sh

Reply to "Untitled"

Here you can reply to the paste above