top of page

Test if an item is crafted!

put this command in the chat: /scoreboard objectives add craft1 stat.craftItem.minecraft.golden_sword

repeating command block: execute @a[score_craft1_min=1] ~ ~ ~ COMMAND

chain command block: scoreboard players set @a craft1 0

bottom of page