Skip to content

📦 New Release: Velocity And Multipass + Log4Shell

Compare
Choose a tag to compare
@dirien dirien released this 14 Dec 22:42
· 394 commits to main since this release
9d7dca4

📦 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!

⚠️ Log4Shell:

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

Docker images

  • docker pull ghcr.io/dirien/minectl:0.13.0-arm64
  • docker pull ghcr.io/dirien/minectl:0.13.0-amd64