Waxed Copper Golem Statue Give Command — Bedrock Edition
Verified for Bedrock 26.32
The /give command for Waxed Copper Golem Statue 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 waxed_copper_golem_statue 1Full stack (64 items)
Bedrock
/give @p waxed_copper_golem_statue 64Custom-named (via NBT)
Bedrock
/give @p waxed_copper_golem_statue 1 0 {"minecraft:custom_name":"Waxed Copper Golem Statue"}Tip: Using an anvil is easier than NBT for renaming
Enchanted
Bedrock
/give @p waxed_copper_golem_statue 1 (then: /enchant @p sharpness 5)Enchantments must be added after giving the item using /enchant
Bedrock Edition syntax notes
- No
minecraft:prefix needed — simpler than Java Edition - Data value (damage) can be specified as a 3rd number:
/give @p $waxed_copper_golem_statue 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 Waxed Copper Golem Statue?
- The command is /give @p waxed_copper_golem_statue 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 waxed_copper_golem_statue 1), then hold it and run /enchant @p sharpness 5. Bedrock cannot add enchantments directly in /give like Java can.