Minecraft how to add nbt tags
Penelope Carter
Updated on March 22, 2026

NBT tags can be specified for items and entities created with the / give and / summon commands. Each tag has the format
There are other answers below:
NBT tags (formerly called data tags) allow you to set certain properties of an entity (or mob) in the game. NBT tags are used in game commands such as: /summon, /data, /give, /fill, /setblock. The NBT tag is always surrounded in {} such as {NoAI:1}. If there is more than one NBT tag used in a command, the NBT tags are separated by a comma such as {NoAI:1, IsBaby:1}.
You have to use the scoreboard tag commands for this: scoreboard players tag
Today I am going to show you how to use the /data command and NBT tags.They …