Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Repeat:
- execute at @e[type=minecraft:item,nbt={Item:{id:"minecraft:cactus"}}] as @e[type=minecraft:item,nbt={Item:{id:"minecraft:stone_axe"}},distance=..1] run summon armor_stand ~ ~ ~ {Tags:["CraftHead_test"],Invisible:1}
- Chain:
- execute at @e[tag=CraftHead_test] run kill @e[nbt={Item:{id:"minecraft:cactus"}},distance=..1]
- Chain:
- execute at @e[tag=CraftHead_test] run kill @e[nbt={Item:{id:"minecraft:stone_axe"}},distance=..1]
- Chain:
- execute at @e[tag=CraftHead_test] run setblock ~ ~ ~ chest[facing=north]{CustomName:"\"Subscribe\"",Items:[{Slot:13,id:netherite_axe,Count:1,tag:{Enchantments:[{id:sharpness,lvl:10}]}}]} keep
- Chain:
- execute at @e[tag=CraftHead_test] run playsound minecraft:block.anvil.land master @a[distance=..6] ~ ~ ~
- Chain:
- execute at @e[tag=CraftHead_test] run particle cloud ~ ~ ~ 1 1 1 0 5
- Chain:
- kill @e[tag=CraftHead_test,type=minecraft:armor_stand]
- With NBT Tags:
- Repeat:
- execute at @e[type=minecraft:item,nbt={Item:{tag:{test:1}}}] as @e[type=minecraft:item,nbt={Item:{tag:{test:2}}},distance=..1] run summon armor_stand ~ ~ ~ {Tags:["CraftHead_test2"],Invisible:1}
- Chain:
- execute at @e[tag=CraftHead_test2] run kill @e[nbt={Item:{tag:{test:1}}},distance=..1]
- Chain:
- execute at @e[tag=CraftHead_test2] run kill @e[nbt={Item:{tag:{test:2}}},distance=..1]
- Chain:
- execute at @e[tag=CraftHead_test2] run setblock ~ ~ ~ chest[facing=north]{CustomName:"\"Subscribe\"",Items:[{Slot:13,id:netherite_shovel,Count:1,tag:{Enchantments:[{id:efficiency,lvl:10}]}}]} keep
- Chain:
- execute at @e[tag=CraftHead_test2] run playsound minecraft:block.anvil.land master @a[distance=..6] ~ ~ ~
- Chain:
- execute at @e[tag=CraftHead_test2] run particle cloud ~ ~ ~ 1 1 1 0 5
- Chain:
- kill @e[tag=CraftHead_test2,type=minecraft:armor_stand]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement