Seamless Cross-Server Player Data Synchronization
Gratis
v26.71.201.2126.126.2vorgestern · 2 ↓
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).
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.