Skip to content

3.1-beta.5

Latest

Choose a tag to compare

@layou233 layou233 released this 13 Nov 11:23
· 1 commit to dev-next since this release

This release includes new features, bug fixes and code cleanup. This release is built with Go 1.25.4, while we (expect to) remain compatible with Go 1.20+.

Change

  • Update default config to adapt to Hypixel changes.
    • Hypixel now rejects connections claiming non-25565 port in the handshake packet.
    • This is not a new feature. Older versions after the first v3.1 preview release still work with port rewriting in the Minecraft rewrite rule. Config changes may be required.
    • For more information, please refer to the documentation and the new default config.
  • Add support for Minecraft handshake intent rewriting.
  • New Minecraft transfer rule to match all incoming Minecraft transfer connections.

Fixes

  • Try to fix outbound reloading data race.

Full Changelog: v3.1-beta.4...v3.1-beta.5