Modify Player Data

Modify Player Data

这个模组允许Minecraft的数据命令(/data、/execute store等)修改玩家数据。

游戏机制

修改玩家数据

Modrinth 版本 Modrinth 游戏版本 Modrinth 下载量 Discord 徽章 Github 徽章 GitHub 许可证 适用于 Fabric 适用于 NeoForge

此模组允许 Minecraft 的数据命令(/data/execute store 等)修改玩家数据。

欢迎在问题追踪器中报告任何错误,或建议新功能。

许可证

此模组基于 GNU LGPLv3 许可证。

捐赠

如果你喜欢这个模组,请考虑捐赠

Discord

如需支持或有任何疑问,欢迎加入我的 Discord

版本支持

Minecraft 版本 状态
26.2.x ✅ 当前
26.1.x ✔️ 可用
1.21.11 ✔️ 可用
1.21.9+10 ✔️ 可用
1.21.6+7+8 ✔️ 可用
1.21.5 ✔️ 可用
1.21.4 ✔️ 可用
1.21.2+3 ✔️ 可用
1.21+1 ✔️ 可用
1.20.5+6 ✔️ 可用
1.20.4 ✔️ 可用
1.20.1 ✔️ 可用

我尽量保持对最新 Minecraft 版本的支持。由于我并非总能立即更新模组,因此对较新 Minecraft 版本的更新可能会不时延迟。

不支持的版本仍可下载,但不会获得新功能或错误修复。

NeoForge 版本自 Minecraft 26.1 起可用。

使用方法

在 Fabric 上不需要 Fabric API。此模组不需要安装在客户端。

支持的标签

当前支持的 NBT 标签:

  • Pos
  • Motion
  • Rotation
  • fall_distance
  • Fire
  • Air
  • Invulnerable
  • PortalCooldown
  • Silent^1
  • NoGravity
  • Glowing
  • TicksFrozen
  • HasVisualFire
  • Tags
  • data
  • Health
  • HurtTime^1
  • AbsorptionAmount
  • active_effects
  • attributes
  • current_explosion_impact_pos
  • current_impulse_context_reset_grace_time
  • FallFlying
  • last_hurt_by_player
  • last_hurt_by_player_memory_time
  • last_hurt_by_mob
  • ticks_since_last_hurt_by_mob
  • equipment
  • LeftHanded
  • Inventory
  • SelectedItem
  • SelectedItemSlot
  • SleepTimer
  • Score
  • foodLevel
  • foodTickTimer
  • foodSaturationLevel
  • foodExhaustionLevel
  • abilities
  • EnderItems
  • warden_spawn_tracker
  • entered_nether_pos
  • seenCredits
  • recipeBook
  • respawn
  • spawn_extra_particles_on_fall
  • raid_omen_position

我不会添加支持的 NBT 标签:

  • OnGround
  • UUID
  • CustomName
  • CustomNameVisible
  • Passengers[^2]
  • DeathTime
  • sleeping_pos
  • Brain
  • locator_bar_icon[^3]
  • XpP[^4]
  • XpLevel[^4]
  • XpTotal[^4]
  • XpSeed[^5]
  • ShoulderEntityLeft
  • ShoulderEntityRight
  • LastDeathLocation[^6]
  • playerGameType
  • previousPlayerGameType[^6]
  • RootVehicle[^2]
  • Dimension
  • ender_pearls

[^2]: 请使用 /ride 命令。 [^3]: 请使用 /waypoint 命令。 [^4]: 请使用 /xp 命令。 [^5]: 我想不到此标签的任何用例,但如有要求会添加支持。 [^6]: 由于原版客户端的限制,无法实现。