Minecraft命令方块怎么探测玩家是否使用特定的方块

2025-04-12 13:18:49
推荐回答(2个)
回答1:

在1.7以上版本中运行
/scoreboard objectives add intUseFurnce stat.useItem.minecraft:Furnce

在高频脉冲命令方块中输入:/scoreboard players set @a[score_intUseFurnce_min=1,score_intUseFurnce=1] intUseFurnce 0
/clear @a[score_intUseFurnce_min=1,score_intUseFurnce=1]
即在玩家使用熔炉时清空玩家背包
“熔炉”的拼写有问题,按Tab试试

回答2:

红石可以检测箱子,但熔炉什么的不行