Skip to content
[/craft]

Yellow Candle Give Command — Bedrock Edition

Verified for Bedrock 26.32

The /give command for Yellow Candle 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_candle 1

Full stack (64 items)

Bedrock/give @p yellow_candle 64

Custom-named (via NBT)

Bedrock/give @p yellow_candle 1 0 {"minecraft:custom_name":"Yellow Candle"}

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_candle 1 0 (legacy feature)
  • Enchantments must be added via /enchant @p sharpness 5 after 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 Candle?
The command is /give @p yellow_candle 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_candle 1), then hold it and run /enchant @p enchantment_name 5. Bedrock cannot add enchantments directly in /give like Java can.
Java + Bedrock variants →Java Edition →Browse all Give commands →