Yellow Stained Glass Give Command — Bedrock Edition
Verified for Bedrock 26.32
The /give command for Yellow Stained Glass in Minecraft Bedrock Edition. Bedrock Edition has simpler syntax — no namespace prefix needed — but enchantments must be added separately using /enchant.
Default (1 item)
Bedrock
/give @p yellow_stained_glass 1Full stack (64 items)
Bedrock
/give @p yellow_stained_glass 64Custom-named (via NBT)
Bedrock
/give @p yellow_stained_glass 1 0 {"minecraft:custom_name":"Yellow Stained Glass"}Tip: Using an anvil is easier than NBT for renaming
Bedrock Edition syntax notes
- No
minecraft:prefix needed — simpler than Java Edition - Data value (damage) can be specified as a 3rd number:
/give @p $yellow_stained_glass 1 0(legacy feature) - Enchantments must be added via
/enchant @p sharpness 5after giving the item - Use
@p(nearest player) or@s(self) or a player name - Requires cheats enabled or OP permission on a server
Frequently asked questions
- What is the Bedrock Edition give command for Yellow Stained Glass?
- The command is /give @p yellow_stained_glass 1. You need cheats enabled or OP on a server. Open chat with T (on keyboard) or the chat button, paste the command, and press Enter.
- Does Bedrock Edition /give use the minecraft: prefix?
- No. Bedrock Edition omits the namespace prefix, making commands simpler than Java Edition. Java Edition requires minecraft: before every item ID.
- How do I add enchantments with /give in Bedrock Edition?
- Give the item first (/give @p yellow_stained_glass 1), then hold it and run /enchant @p enchantment_name 5. Bedrock cannot add enchantments directly in /give like Java can.