Minecraft Server Utility
minecraftctl is a cli application that automates several tasks such as creating server backups and restoring from backups should something go wrong. This will be expanded to creating a server from scratch, as well as being a way to handle plugins.
- Create a Python virtual environment
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
- Install minecraftctl in editable mode
(venv) $ python -m pip install -e .
(venv) $ minecraftctl backup
Success!
minecraftctl currently provides the following options:
backup
compresses files from/var/minecraft/
and stores the archive in/var/minecraft/backups/
.
John Alexander Long II - Email: [email protected]
Distributed under the GPLv3 license. See LICENSE
in the root directory of this repo for more information.