Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 957 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 957 Bytes

minecraftctl

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.

Installation

  1. Create a Python virtual environment
$ python -m venv ./venv
$ source venv/bin/activate
(venv) $
  1. Install minecraftctl in editable mode
(venv) $ python -m pip install -e .

Run the Project

(venv) $ minecraftctl backup
Success!

Features

minecraftctl currently provides the following options:

  • backup compresses files from /var/minecraft/ and stores the archive in /var/minecraft/backups/.

About the Author

John Alexander Long II - Email: [email protected]

License

Distributed under the GPLv3 license. See LICENSE in the root directory of this repo for more information.