Skip to content

Instantly share code, notes, and snippets.

@steegi
Last active July 23, 2016 15:34
Show Gist options
  • Save steegi/db9bf9d71d2152092e59fd8594f17b10 to your computer and use it in GitHub Desktop.
Save steegi/db9bf9d71d2152092e59fd8594f17b10 to your computer and use it in GitHub Desktop.
Minecraft Stop Script (tmux)
#!/bin/bash
tmux send-keys -t mcs 'say SERVER SHUTTING DOWN. Saving map...' C-m
tmux send-keys -t mcs 'save-all' C-m
tmux send-keys -t mcs 'stop' C-m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment