Skip to content

Releases: bence98/MineCartD

MineCartD 1.1 - Bugfix release

01 Jan 22:04
Compare
Choose a tag to compare

A Linux daemon for managing Minecraft servers

Fixed an issue with minecartd -S not working if the config changed.

Updating from a previous version

With installer

  • (Optional) Run minecartd_uninstaller (in /usr/bin). This step is not necessary, as the installer should just overwrite old files with new ones.
  • Run the new minecartd_installer

Custom setup based on JAR

If you want to benefit from this bugfix, you'll need to add a -t <somefile> to minecartd.jar's args. <somefile> should be a location of a readable/writable/deletable/creatable file (no need to be persistent, you may drop it into /tmp).
However, you may choose to not do this. In this case though, make sure to ALWAYS stop the minecartd host before changing the config file!

Files

  • minecartd.jar: The runnable JAR file, for manual deployment
  • minecartd_install: A Shellscript installer. Downloads minecartd.jar, creates a launcher script in /usr/bin, sets up a new user account, generates default config file and servers directory, installs and enables a systemd service.

MineCartD v1.0

31 Dec 00:06
Compare
Choose a tag to compare

A Linux daemon for managing Minecraft servers

First release

Files

  • minecartd.jar: The runnable JAR file, for manual deployment
  • minecartd_install: A Shellscript installer. Downloads minecartd.jar, creates a launcher script in /usr/bin, sets up a new user account, generates default config file and servers directory, installs and enables a systemd service.