Server management python script for windows
A simple python script for backing up all your minecraft servers (Hytale soon maybe possibly). These scripts are intended to be run alongside mcron start/stop scripts.
Simply place the server_manager folder adjacent to your servers directory. If you are running bedrock, please use the (unfinished) remote access python script provided. It goes in your bedrock server's directory. Then fill out the ini file for each server you are running. If you wanna change the web backup directory do so by editing the backup.py file for now.
Config
[example]
world_name = Example
folder_path = ../servers/example
start = (start script does not have to be defined incase you are using something like: https://github.com/vincss/mcsleepingserverstarter)
stop = stop.bat
do_backup = true
web_backup = true (external backup)
web_abbreviation = ES (abbreviation for world backups)
server_type = bedrock (bedrock/vanilla/spigot) (these are the different format types - vanilla is java edition)
(You can add more than one server!!!!!)
[example2]
world_name = Example2
folder_path = ../servers/example2
start = start.bat
stop = stop.bat
do_backup = true
web_backup = false
web_abbreviation = ES2
server_type = vanilla