Skip to content

Instantly share code, notes, and snippets.

@jacobbaratta
Created November 15, 2017 04:00
Show Gist options
  • Select an option

  • Save jacobbaratta/0fe329e8328e6596af8bbf6f76b1582c to your computer and use it in GitHub Desktop.

Select an option

Save jacobbaratta/0fe329e8328e6596af8bbf6f76b1582c to your computer and use it in GitHub Desktop.
Minecraft restart script
screen -p 0 -S minecraft -X eval 'stuff "say Saving chunks..."\015'
screen -p 0 -S minecraft -X eval 'stuff save-all\015'
screen -p 0 -S minecraft -X eval 'stuff "say The server will be restarting in 15 seconds!"\015'
sleep 15s
screen -p 0 -S minecraft -X eval 'stuff stop\015'
sleep 10s
sh /home/minecraft/boot.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment