You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
minecraft c981dc9bff fix restart_server sleep times 2 years ago
.gitignore Update .gitignore 2 years ago
README.md Add link for mcrcon.py 2 years ago
backup.sh Initial commit 2 years ago
backup_prepare.py Initial commit 2 years ago
cli.py Initial commit 2 years ago
enable_autosave.py Initial commit 2 years ago
players.py Initial commit 2 years ago
restart_server.py fix restart_server sleep times 2 years ago

README.md

Various scripts to ease administration of play.geekify.de

Requires https://github.com/Uncaught-Exceptions/MCRcon/blob/master/mcrcon.py Create a file named CONFIG.py containing your rcon credentials, example:

HOST="127.0.0.1"
PORT=25575
PW="supersecretpassword"