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
update
subcommand will refuse to touch worlds marked as"customServer": true
in the config - New subcommand
saves (on | off) [<world>...]
to enable/disable Minecraft's automatic world saves via the Minecraft commands/save-on
and/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": true
to reenable - The
World.tellraw
method now accepts aPlayer
object from the API as theplayer
argument - The
command
subcommand now uses RCON and as a result,mcrcon
is now a required dependency - Java options deprecated in version 8 have been removed from the server start invocation