Go to file
minecraft ad70c7420c Initial commit 2021-11-30 14:51:26 +01:00
.gitignore Initial commit 2021-11-30 14:51:26 +01:00
README.md Initial commit 2021-11-30 14:51:26 +01:00
backup.sh Initial commit 2021-11-30 14:51:26 +01:00
backup_prepare.py Initial commit 2021-11-30 14:51:26 +01:00
cli.py Initial commit 2021-11-30 14:51:26 +01:00
enable_autosave.py Initial commit 2021-11-30 14:51:26 +01:00
players.py Initial commit 2021-11-30 14:51:26 +01:00
restart_server.py Initial commit 2021-11-30 14:51:26 +01:00

README.md

Various scripts to ease administration of play.geekify.de

Create a file named CONFIG.py containing your rcon credentials, example:

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