Skip to content

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

License

Notifications You must be signed in to change notification settings

GospelBG/MCAutoSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages