Waxed Oxidized Copper Golem Statue Give Command — Java Edition
Verified for Java 26.2
The /give command for Waxed Oxidized Copper Golem Statue in Minecraft Java Edition. Java Edition requires the minecraft: namespace prefix and uses data components for enchantments and item modifiers (added in 1.20.5).
Default (1 item)
Java
/give @p minecraft:waxed_oxidized_copper_golem_statue 1Full stack (64 items)
Java
/give @p minecraft:waxed_oxidized_copper_golem_statue 64Custom-named
Java
/give @p minecraft:waxed_oxidized_copper_golem_statue[custom_name='"Waxed Oxidized Copper Golem Statue"'] 1Enchanted (Sharpness V, Looting III, Unbreaking III)
Java
/give @p minecraft:waxed_oxidized_copper_golem_statue[enchantments={sharpness:5,looting:3,unbreaking:3}] 1Java Edition syntax notes
- Always prefix the item ID with
minecraft: - Enchantments use data component syntax:
[enchantments={sharpness:5}]— not legacy NBT - 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 Java Edition give command for Waxed Oxidized Copper Golem Statue?
- The command is /give @p minecraft:waxed_oxidized_copper_golem_statue 1. You need cheats enabled or OP on a server. Open chat with T, paste the command, and press Enter.
- Does Java Edition /give use the minecraft: prefix?
- Yes. Java Edition requires minecraft: before every item ID. Bedrock Edition does not need this prefix.
- How do I add enchantments with /give in Java Edition?
- Use data components: /give @p minecraft:waxed_oxidized_copper_golem_statue[enchantments={sharpness:5,looting:3,unbreaking:3}] 1. This syntax was introduced in Java 1.20.5 — older NBT format like {Enchantments:[...]} no longer works.