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
data/ | |
idcounts.dat | |
map_0.dat | |
players/ | |
Dinnerbone.dat | |
cookie_monster.dat | |
worlds/ | |
overworld/ | |
regions/ | |
r.0.0.mca |
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
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
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 | |
# original author : Relliktsohg | |
# Huge thanks to Maine for his incremental backup | |
# THanks to endofzero for his improved update routine | |
# Amendment to use safer 'mktemp' calls for update() routine - eth0 | |
# Configuration | |
MC_PATH=/home/minecraft | |
SERVERMOD=1 | |
RUNECRAFT=0 |
NewerOlder