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.
![]() |
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
backup.sh | 2 years ago | |
backup_prepare.py | 2 years ago | |
cli.py | 2 years ago | |
enable_autosave.py | 2 years ago | |
players.py | 2 years ago | |
restart_server.py | 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"