Skip to content

Releases: leemwood/GeyserPlus

Release list

GeyserPlus v2.1.0

Choose a tag to compare

@leemwood leemwood released this 09 Aug 05:55

GeyserPlus v2.1.0

GeyserPlus is a community continuation of GeyserExtras (archived by its author on 2026-06-19). This is the first independent release, ported to Geyser 2.11.1 / Minecraft 26.x (Bedrock 26.0–26.40).

The plugin/extension id stays geyserextras (command /geyserextras, config folder, extension id), so existing GeyserExtras configs keep working.

Requirements

  • Geyser 2.11.1 (older builds are not supported; use the previous upstream releases for those)
  • Java 21+ to run the plugin (MC 26.x servers themselves require Java 25)
  • Velocity users: Velocity 4.0.0+ required (3.5.x fails with Geyser 2.11.1)

Changes since upstream v2.0.0-BETA-11

Geyser 2.11.1 port

  • org.geysermc.geyser:core unified to 2.11.1-SNAPSHOT in all modules; Java toolchain 17 → 21; extension.yml api → 2.11.0
  • VideoSection: adapted to cooldownType() and the new CooldownType enum (CROSSHAIR/HOTBAR)
  • BedrockEmoteListInjector: rewritten — upstream translator was removed in 2.11
  • Action: MCPL ClientCommand.STATSREQUEST_STATS
  • blockdisplay workaround: adapted to the 2.11 entity system refactor (EntityTypeBase/VanillaEntityType, EntitySpawnContext, GeyserEntityDataManager, Block.asItem())
  • Entity.getGeyserId()geyserId(); SkinSaver: BedrockClientData now returns byte[]; DebugSection: session.playFabId(); getScale()getDisplayScale()

Rename

Verified

  • Builds for all modules (core / extension / spigot / velocity / bungee)
  • Startup-tested with Geyser 2.11.1-b1210 on Standalone (extension), Paper 26.2, Velocity 4.0.0 and BungeeCord
  • In-game tested on Paper 26.2 + Floodgate 2.2.5-b138 (auth-type: floodgate) with a real Bedrock client

Downloads

File Platform
GeyserPlus-Spigot.jar Spigot / Paper / Purpur
GeyserPlus-Velocity.jar Velocity
GeyserPlus-BungeeCord.jar BungeeCord / Waterfall
GeyserPlus-Extension.jar Geyser Standalone extensions/ folder
GeyserPlus.jar Core jar (for developers)