/MCAutoSetup

A Python tool that allows you to quickly setup your brand new Minecraft Server

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MCAutoSetup

Requirements

You can easily install the required libraries using the following command on your console:
python3 -m pip install -r path-to-repo/requirements.txt

Compatible server software

Flags

Disable colored output

       --nocolor
       This tool uses a library called termcolor.
       If you are unable to use this library, this flag will skip this library's calls and normally print output to the terminal.

Creating custom scripts

You can create your own scripts to add support to any server software not that doesen't figure in the list. The script must handle the download of the server files and return the server jarfile as bytes.

Please use the consoleOutput function from main.py to print output to the console. You may add any color as an argument after the output message. Refer to termcolor's Readme file to see a full list of text properties.