Eldius / minecraft-manager-library

It's a tool to manage Minecraft servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft Management Library

Sample usage as CLI

# Backup server
$ python backup.py \
    --host <server-host> \
    --ssh-user <ssh-username> \
    --ssh-key <ssh-key-file-path> \
    --ssh-port <ssh-port> \
    --query-port <query-port> \
    --rcon-port <rcon-port> \
    --rcon-pass <rcon-password> \
    --install-folder <minecraft-installation-folder> \
    --dest-folder <local-path-to-save-backup-file>

Reference Links

About

It's a tool to manage Minecraft servers


Languages

Language:Python 96.9%Language:Shell 3.1%