2

@e[nbt:{}]

MuradBunyatov 11/20/21 6:31 am
167
11/21/2021 1:42 am
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.
Posted by
MuradBunyatov
Level 1 : New Miner
1

  Have something to say?

JoinSign in

3

HoboMaggot
11/20/2021 9:11 pm
Level 55 : Grandmaster Blob
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]
2
MuradBunyatov
11/21/2021 1:42 am
Level 1 : New Miner
Thank you so much.😘
1
SoapSoapSoap
11/20/2021 7:02 am
Level 47 : Master Procrastinator Geek
I kinda have same problem
3

Welcome