Give Bow with Punch II Command
Copy the /give command for a Bow enchanted with Punch II in Minecraft Java 26.2 and Bedrock 26.32.
Punch II — Java command
Java
/give @p minecraft:bow[enchantments={punch:2}] 1Bedrock
On Bedrock Edition, give the item first, then hold it and run:
Bedrock
/enchant @p punch 2Note: /enchant requires holding a compatible item and cannot exceed the enchantment's normal max level.
All levels
Punch I
Java
/give @p minecraft:bow[enchantments={punch:1}] 1Punch II
Java
/give @p minecraft:bow[enchantments={punch:2}] 1Customize in the builder
JavaSwitch edition using the selector in the header.
bowpunch 2
Frequently asked questions
- How do I get a Bow with Punch in Minecraft?
- Enable cheats or use OP, open chat with T or /, and paste the command above. The Bow with Punch II appears in your inventory immediately. On Bedrock, give the item first then use /enchant while holding it.
- Can I combine Punch with other enchantments using /give?
- Yes — on Java Edition you can stack multiple enchantments in a single /give command using the flat syntax: /give @p minecraft:bow[enchantments={punch:2,unbreaking:3,mending:1}] 1
- What is the maximum level of Punch?
- The maximum level is Punch II (level 2). In /give commands you can set any integer, but levels above 2 don't increase the effect beyond vanilla maximums in most cases.