trueuuid

About mod that securely verifies premium accounts on an offline-mode server during the login phase, without sending the player's access token to the server.

File Details

trueuuid-1.0.9-forge1.20.1.jar

  • R
  • May 27, 2026
  • 75.80 KB
  • 10.3K
  • 1.20.1
  • Forge

File Name

trueuuid-1.0.9-forge1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:trueuuid-1539688:8152309")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

新增离线数据继承流程:离线玩家改用正版/皮肤站账号时,可确认继承原离线 UUID 数据。 继承前会自动备份旧离线数据和目标 UUID 已有数据。 新增管理员命令: /trueuuid migrateuuid <name> 继承离线数据 /trueuuid cleanupuuid <name> 清理重复离线 UUID 数据 适配更多 UUID 绑定数据:FTB 系列、Open Parties and Claims、Cosmetic Armor、CustomNPCs 等。 移除旧的 /trueuuid link 迁移命令,避免误用不完整迁移逻辑。 优化迁移确认弹窗文案,明确提示继承后该名称将绑定当前账号,不能再用离线身份进入。 修复/优化 1.20 与 1.21 的登录迁移流程稳定性。