Skip to content

Instantly share code, notes, and snippets.

@NickHeiner
Created October 27, 2013 16:15
Show Gist options
  • Save NickHeiner/7184406 to your computer and use it in GitHub Desktop.
Save NickHeiner/7184406 to your computer and use it in GitHub Desktop.
mc server setup
sudo apt-get install openjdk-7-jre
sudo apt-get install git
git clone $1
cd marmatrocity/
nohup java -Xmx1024M -Xms1024M -jar minecraft_server.$2.jar nogui &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment