2
@e[nbt:{}]
Hi everyone ! I have two problems. I want to give the custom NBT tag to an entity. Can you say me how to do that with commands?
That was my first problem and second one it is :
How i can find entity with custom nbt tag that i gave him.
That was my first problem and second one it is :
How i can find entity with custom nbt tag that i gave him.
3
Do you mean the custom nbt tag through /tag?
/tag <Entity> add custom_tag/summon <Entity> {Tags:["custom_tag"]}execute if entity @e[type=<Entity>,tag=custom_tag]Thank you so much.😘
I kinda have same problem
