Skip to content

Releases: wurstmineberg/systemd-minecraft

systemd-minecraft 4.0.5

24 Feb 17:27
Compare
Choose a tag to compare

This release fixes the setup.py install.

systemd-minecraft 4.0.0

30 Sep 21:30
Compare
Choose a tag to compare

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

01 Jun 23:24
Compare
Choose a tag to compare

The script no longer throws exceptions while generating the __version__ metadata.

systemd-minecraft 3.2.3

01 Jun 21:32
Compare
Choose a tag to compare

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

05 Apr 14:23
Compare
Choose a tag to compare

This release fixes additional issues with the command, stop, and kill subcommands.

systemd-minecraft 3.2.1

05 Apr 14:04
Compare
Choose a tag to compare

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

05 Apr 13:47
Compare
Choose a tag to compare

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 a Player object from the API as the player 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