Last active
July 23, 2016 15:27
-
-
Save steegi/1c374d3b1efbccd4ef0461cf676f21e9 to your computer and use it in GitHub Desktop.
Minecraft (Spigot) Startup Script (tmux)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /home/minecraft | |
tmux new -d -s mcs 'java -Xms1G -Xmx7G -d64 -jar spigot-1.8.8-R0.1-SNAPSHOT-latest.jar nogui' | |
tmux detach -s mcs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment