📦 New Release: Velocity And Multipass + Log4Shell
📦 New Version, with new Features:
- Support for PaperMC Velocity, a new Minecraft proxy
- Support for Ubuntu Multipass. With multipass you can run Ubuntu Server on your local machine like on a cloud provider. How cool is that!
Reminder, if you need to use an older version of Minecraft or a Mod, where there is still the Log4Shell exploit use following approaches:
Add this to your minectl 🗺
config:
- 1.17:
options:
- "-Dlog4j2.formatMsgNoLookups=true"
- 1.12-1.16.5:
options:
- "-Dlog4j.configurationFile=log4j2_112-116.xml"
Upload this file via https://launcher.mojang.com/v1/objects/02937d122c86ce73319ef9975b58896fc1b491d1/log4j2_112-116.xml
mincetl plugins \
--filename server-do.yaml
--id xxx-xxx-xxx-xxx
--plugin log4j2_112-116.xml
--destination /minecraft
- 1.7-1.11.2:
options:
- "-Dlog4j.configurationFile=log4j2_17-111.xml"
Upload this file via https://launcher.mojang.com/v1/objects/4bb89a97a66f350bc9f73b3ca8509632682aea2e/log4j2_17-111.xml
mincetl plugins \
--filename server-do.yaml
--id xxx-xxx-xxx-xxx
--plugin log4j2_17-111.xml
--destination /minecraft
See https://help.minecraft.net/hc/en-us/articles/4416199399693-Security-Vulnerability-in-Minecraft-Java-Edition for more details.
Changelog
New Features
- 08aee04: feat: add .golangci.yaml (#296) (@dirien)
- 8dc51c7: feat: add automerge für renovate (#325) (@dirien)
- 8a19a78: feat: add support for multipass (#334) (@dirien)
- e6dc69b: feat: add support for velocity (#326) (@dirien)
- 9d7dca4: feat: rework goreleaser file (#335) (@dirien)
Docker images
docker pull ghcr.io/dirien/minectl:0.13.0-arm64
docker pull ghcr.io/dirien/minectl:0.13.0-amd64