Skip to content

Instantly share code, notes, and snippets.

@vemacs
Created June 5, 2013 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vemacs/5711015 to your computer and use it in GitHub Desktop.
Save vemacs/5711015 to your computer and use it in GitHub Desktop.
easy mark2 scripts.txt setup
# Saves the map every 15 minutes
*/15 * * * * ~save
# Restarts Spigot every 24 hours
0 12 * * * ~restart
# Warns 5 minutes before restart
55 11 * * * /say Server restarting in 5 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment