Skip to content

26.7

Latest

Choose a tag to compare

@DerGamer009 DerGamer009 released this 30 Jul 22:43
· 4 commits to main since this release

Fixed

  • Economy sync (Vault): Balances were never actually synchronized. SyncManager#setEconomy discarded the Vault provider, and PlayerData.balance was neither read on quit nor applied on join — the sync.economy config toggle had no effect. Balances now transfer across servers, and sync.economy: false genuinely disables it.

Added

  • Paper 26.2 support: New v26_2_R1 version handler built against paper-api 26.2; server version detection recognizes 26.2 automatically.
  • Fabric 26.1 / 26.2 modules: New adapter modules targeting Minecraft 26.1 and 26.2.

Changed

  • Paper 26.1.2: Updated to the latest stable build (26.1.2.build.72-stable).
  • Build toolchain: Gradle 9.6.0; Fabric Loom 1.15.5 (1.20/1.21 lines) and 1.17.12 (26.x lines).
  • Fabric mappings: MC 26.x builds use Yarn 1.21.11+build.6, since Mojang no longer publishes official mappings for 26.x. Fabric has aligned these names with Mojang's, so 26.x adapter code uses ServerPlayer, CompoundTag, StreamCodec, and net.minecraft.resources.Identifier.

Known issues

  • Forge is not built in this release. ForgeGradle 6.0.x refuses to run on Gradle 9+, and no compatible release exists yet. The Forge modules remain in the repository and can be re-enabled with -Ppds.enableForge=true once ForgeGradle supports Gradle 9.