Article Categories
- Baldur's Gate 3
- Diablo
- Elder Scrolls
- General
- Hogwarts Legacy
- League of Legends
- Minecraft
- Pokemon Go
- Sims 4
- StarCraft
- Steam Platform
- Xbox Game Console
More Articles
Is it possible to use NBT tags in commands in Minecraft: Bedrock Edition?

This question was split into different questions for each workaround. See these two meta posts for more information.
Can you use NBT tags in commands? I’ve tried commands that normally work in Java Edition like:.
give @s minecraft:planks 30 1 {display:{Lore:["Wooden planks"]}}.
give @s stone_pickaxe{Unbreakable:1b}.
give @s item_frame{EntityTag:{Invisible:1b}}.
summon villager ~ ~ ~ {Offers:{Recipes:[{buy:{id:"emerald",Count:5b},sell:{id:"diamond_sword"}}]}}.
summon tnt ~ ~ ~ {Fuse:20s}.
Question from user cherryblossom at gaming.stackexchange.com.
Answer:
If your question was marked as a duplicate of this one, it means your NBT question is not solvable in Bedrock Edition.
Unfortunately, there is no access to NBT tags from commands in Bedrock Edition (formerly Pocket Edition), so this is not possible. There are some workarounds for specific use cases:.
Giving one of the default potions from the Creative Inventory (no custom effects).
Giving an item with properties (click link to see available/unavailable properties).
Using an NBT editor to modify normally unavailable item properties.
Can be used to obtain enchantments that exceed their maximum enchantment level. (No longer works as of 1.16.100).
Using CanPlaceOn and CanDestroy.
Detecting whether a player has an item in their inventory, or in a certain slot.
Getting a block with data to place yourself.
Setting a block with data in a certain position.
Summoning a charged creeper.
Summoning a named mob.
Summoning a baby mob.
Summoning a villager with a certain profession.
Testing for a certain dropped item.
Summoning a horse with specific attributes.
Here are some examples of things that are currently impossible in Bedrock Edition:.
Giving a potion with a custom effect (although you can fake it to some extent using commands).
Placing skulls with custom owners.
Adding attribute modifiers to items.
Summoning a tipped arrow.
Summoning invisible item frames.
Summoning horses with custom speed/jump height/health.
Changing the time until a TNT explosion.
Querying item properties in /clear (note that you can still use data values).
Detecting when a mob is at a certain health.
Referencing JSON files in commands.
Answer from user cherryblossom at gaming.stackexchange.com.

This question was split into different questions for each workaround. See these two meta posts for more information.
Can you use NBT tags in commands? I’ve tried commands that normally work in Java Edition like:.
give @s minecraft:planks 30 1 {display:{Lore:["Wooden planks"]}}.
give @s stone_pickaxe{Unbreakable:1b}.
give @s item_frame{EntityTag:{Invisible:1b}}.
summon villager ~ ~ ~ {Offers:{Recipes:[{buy:{id:"emerald",Count:5b},sell:{id:"diamond_sword"}}]}}.
summon tnt ~ ~ ~ {Fuse:20s}.
Question from user cherryblossom at gaming.stackexchange.com.
Answer:
If your question was marked as a duplicate of this one, it means your NBT question is not solvable in Bedrock Edition.
Unfortunately, there is no access to NBT tags from commands in Bedrock Edition (formerly Pocket Edition), so this is not possible. There are some workarounds for specific use cases:.
Giving one of the default potions from the Creative Inventory (no custom effects).
Giving an item with properties (click link to see available/unavailable properties).
Using an NBT editor to modify normally unavailable item properties.
Can be used to obtain enchantments that exceed their maximum enchantment level. (No longer works as of 1.16.100).
Using CanPlaceOn and CanDestroy.
Detecting whether a player has an item in their inventory, or in a certain slot.
Getting a block with data to place yourself.
Setting a block with data in a certain position.
Summoning a charged creeper.
Summoning a named mob.
Summoning a baby mob.
Summoning a villager with a certain profession.
Testing for a certain dropped item.
Summoning a horse with specific attributes.
Here are some examples of things that are currently impossible in Bedrock Edition:.
Giving a potion with a custom effect (although you can fake it to some extent using commands).
Placing skulls with custom owners.
Adding attribute modifiers to items.
Summoning a tipped arrow.
Summoning invisible item frames.
Summoning horses with custom speed/jump height/health.
Changing the time until a TNT explosion.
Querying item properties in /clear (note that you can still use data values).
Detecting when a mob is at a certain health.
Referencing JSON files in commands.
Answer from user cherryblossom at gaming.stackexchange.com.
Is there an easier Whistle Sprint Alternative to execute in Tears Of The Kingdom?
I love Hogwarts Legacy but have horrible arachnophobia
How do I skip the Opening Intro Videos without clicking?
Can I buy season 2 of The Walking Dead one game episode at a time?
Anyone else not using the Hogwarts Legacy curses?
Does every shrine in Tears of the Kingdom have a treasure chest?
What is a good road layout when starting up a Sim City?
Anyone know where the last Hogwarts side mission is?
How do I get my free Far Cry Blood Dragon Classic Edition?
How do I get the missile upgrade blocked by a fan in Area 1?


