3.0.0
- BREAKING CHANGE: Completely refactored .py script to a pip package
- Now installed/updated with
pip
command
- Now installed/updated with
- Use
BEDROCK_SERVER_MANAGER_DATA_DIR
env variable for default data location- Defaults to
$HOME/bedrock-server-manager
if variable doesnt exist - Follow your platforms documentation for setting Enviroment Variables
- Defaults to
- Logging refactored to use standard python logging
- Most functions now raise Exceptions instead of returning an error code
- Removed windows-start/stop commands
- Added new commands
- The following variables were added to script_config.json
- CONTENT_DIR
- DOWNLOAD_DIR
- BACKUP_DIR
- LOG_DIR
- LOGS_KEEP
- LOG_LEVEL