Releases: bence98/MineCartD
Releases · bence98/MineCartD
MineCartD 1.1 - Bugfix release
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 deploymentminecartd_install: A Shellscript installer. Downloadsminecartd.jar, creates a launcher script in/usr/bin, sets up a new user account, generates default config file and servers directory, installs and enables asystemdservice.
MineCartD v1.0
A Linux daemon for managing Minecraft servers
First release
Files
minecartd.jar: The runnable JAR file, for manual deploymentminecartd_install: A Shellscript installer. Downloadsminecartd.jar, creates a launcher script in/usr/bin, sets up a new user account, generates default config file and servers directory, installs and enables asystemdservice.