# 更换角色头部

# 先看例子

输入命令行:

replaceitem entity @p slot.armor.head minecraft:glass
1

最终效果, 是将头像更换成玻璃罩:

更换头像

# 命令行语法

replaceitem entity <name:string> slot.armor.head <item:minecraft_id>
1
  • replaceitem entity: 表示替换实体(玩家角色或者生物)
  • name:string: 表示替换哪个玩家
  • slot.armor.head: 表示头部
  • item:minecraft_id: 表示用什么方块来替代头部, 必须使用方块的 id 来指代

方块 ID 列表和查询工具, 请参考 我们的官网 (opens new window)