Releases: wurstmineberg/systemd-minecraft
Releases · wurstmineberg/systemd-minecraft
systemd-minecraft 4.0.5
systemd-minecraft 4.0.0
The project has been slightly restructured as a Python package instead of a simple module. This fixes setuptools integration.
This is a breaking change: depending on how you use systemd-minecraft, you will have to update paths or symlinks.
systemd-minecraft 3.2.4
The script no longer throws exceptions while generating the __version__ metadata.
systemd-minecraft 3.2.3
This release fixes a minor bug in the stop command and adds a setup.py for easier installation into a virtualenv.
systemd-minecraft 3.2.2
This release fixes additional issues with the command, stop, and kill subcommands.
systemd-minecraft 3.2.1
This release fixes the command subcommand, which was broken with the switch to RCON.
systemd-minecraft 3.2.0 — the first release since 2015 because lol
This release includes a bunch of changes which have mostly been sitting on the master branch but not officially released for some reason:
- The
updatesubcommand will refuse to touch worlds marked as"customServer": truein the config - New subcommand
saves (on | off) [<world>...]to enable/disable Minecraft's automatic world saves via the Minecraft commands/save-onand/save-off - Mojang's launcher/version APIs changed and this version uses the new ones
- Mapcrafter textures are no longer updated automatically, use the config option
"updateMapcrafterTextures": trueto reenable - The
World.tellrawmethod now accepts aPlayerobject from the API as theplayerargument - The
commandsubcommand now uses RCON and as a result,mcrconis now a required dependency - Java options deprecated in version 8 have been removed from the server start invocation