I need to execute a command at an armor stand that's has a special helmet
With a special trim or a special name I don't care I just need a command that does that.
`execute as @e[type=armor_stand,nbt={ArmorItems:[{},{},{},{components:{"mineraft:trim":{material:"minecraft:copper",pattern:"minecraft:silence"},count: 1}}]}] run tellraw @a "asda"`
Something like this but it works.
With a special trim or a special name I don't care I just need a command that does that.
`execute as @e[type=armor_stand,nbt={ArmorItems:[{},{},{},{components:{"mineraft:trim":{material:"minecraft:copper",pattern:"minecraft:silence"},count: 1}}]}] run tellraw @a "asda"`
Something like this but it works.