Skip to content

JAlexLong/minecraftctl

Repository files navigation

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.

About

A minecraft server backup and restore tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages