All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v1.3.0 - 2021-09-02
- Add a progress bar when archiving files
- Try to check if the server is already up to date when updating a Paper server
v1.2.0 - 2021-07-11
- Config option to set backup directory
- May be a relative or absolute path
- Config option to exclude files/paths from being backed up
- Backup directory is always excluded
- Excluded files while pruning not working
- Unable to start a server because the logs directory doesn't exist
- Backup command now prints the progress of archiving server files
- Backup command now prints how long it took to archive the server files
- Compression of backup archives is now optional by specifying a compression level
- Init command arguments are now optional
- This allows the tool to just save the config, and nothing else
- Use a progress bar to show the download progress
v1.1.1 - 2021-02-01
- Return wrong error when attaching to a tmux session
v1.1.0 - 2021-02-01
- Provider system to download server jars
- Users can specify a direct URL, or a provider and version, e.g.
paper 1.16.5
to fetch the server from
- Users can specify a direct URL, or a provider and version, e.g.
- Global flag to set the path to the local server, e.g.
mcsmanager start -p /home/minecraft/server1
- Show download speed when downloading a file
- Increase wait time for a server to shut down to 20 seconds
- Make error messages more helpful
v1.0.0 - 2019-12-29
Initial release.