Skip to content

Instantly share code, notes, and snippets.

@steegi
Last active July 23, 2016 15:27
Show Gist options
  • Save steegi/1c374d3b1efbccd4ef0461cf676f21e9 to your computer and use it in GitHub Desktop.
Save steegi/1c374d3b1efbccd4ef0461cf676f21e9 to your computer and use it in GitHub Desktop.
Minecraft (Spigot) Startup Script (tmux)
#!/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