本帖最后由 632b781af97903 于 2022-5-10 21:37 编辑 
/tellraw player {"text":"物品","hoverEvent":{"action":"show_item","value":'{id:1}'}}
id:STONE
id:minecraft:STONE
都不行
低版本可以用第一条命令 数字ID显示,高版本 用数字ID不显示
/tellraw player {"text":"物品","hoverEvent":{"action":"show_item","value":'{id:1}'}}
id:STONE
id:minecraft:STONE
都不行
低版本可以用第一条命令 数字ID显示,高版本 用数字ID不显示
https://minecraft.fandom.com/zh/wiki/教程/原始JSON文本
命名空间ID,对于原版来说,就是在id前面加minecraft:
/tellraw @p {"text":"物品","hoverEvent":{"action":"show_item","value":"{id:\"minecraft:stone\",Count:1}"}}
命名空间ID,对于原版来说,就是在id前面加minecraft:
/tellraw @p {"text":"物品","hoverEvent":{"action":"show_item","value":"{id:\"minecraft:stone\",Count:1}"}}