Skip to content

Instantly share code, notes, and snippets.

View Jekyllz's full-sized avatar
🍤
Working from home

Jekyllz

🍤
Working from home
View GitHub Profile
@mhoofman
mhoofman / minecraft.sh
Created August 4, 2011 01:08
Minecraft Server Shell Script
#!/bin/bash
# original author : Relliktsohg
# Huge thanks to Maine for his incremental backup
# Thanks to endofzero for his improved update routine
#
# Installation:
# - Copy script into you minecraft server folder.
# - Allow the script to be executed (chmod +x minecraft.sh)
# - Check the rights of the script user. Every folder specified in config has to be available.
# - Edit the script to configure it (see configure section)