1. BREAKING CHANGE: Completely refactored .py script to a pip package
- Now installed/updated with `pip` command
2. 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
3. Logging refactored to use standard python logging
- Most functions now raise Exceptions instead of returning an error code
4. Removed windows-start/stop commands
5. Added new commands
6. The following variables were added to script_config.json
- CONTENT_DIR
- DOWNLOAD_DIR
- BACKUP_DIR
- LOG_DIR
- LOGS_KEEP
- LOG_LEVEL