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.
- Updated for serverjars-api 1.3.0
- Replaced Server with MCExtractAPI
- Moved client to its own package mcextract-desktop
- You can now run the package from the command line:
python -m mcextract <cmd> <args>
- Added
--eula
argument. If defined it will except the eula. If undefined the script will stop. - Removed ask eula from console. use --eula instead.
- Default path is now %cd%/Output instead of %userprofile%/Desktop/Output
- --output should now correctly interprit path variables (
%userdata%
,%userprofile%
, etc)
Initial Release