You can not 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 1 year ago
.gitignore Update .gitignore 1 year ago
README.md Add link for mcrcon.py 1 year ago
backup.sh Initial commit 1 year ago
backup_prepare.py Initial commit 1 year ago
cli.py Initial commit 1 year ago
enable_autosave.py Initial commit 1 year ago
players.py Initial commit 1 year ago
restart_server.py fix restart_server sleep times 1 year 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"