God Crossbow Command — OP Crossbow with All Enchantments
One-copy command that gives you a Crossbow with every relevant max-level enchantment stacked. Java 26.2 flat component syntax — paste directly into chat.
God Crossbow command (Java)
Java
/give @p minecraft:crossbow[enchantments={quick_charge:3,multishot:1,unbreaking:3,mending:1}] 1Bedrock: Multishot and Piercing are mutually exclusive in survival. This /give command applies Multishot only — add Piercing if preferred.
Note: Multishot and Piercing are mutually exclusive via the anvil. This loadout picks Multishot — swap for Piercing if you prefer.
Enchantment breakdown
| Enchantment | Level | What it does |
|---|---|---|
| quick_charge | 3 | Maximum loading speed reduction |
| multishot | 1 | Fires 3 arrows at once consuming 1 |
| unbreaking | 3 | 75% chance to not consume durability |
| mending | 1 | Repairs using XP orbs |
Frequently asked questions
- Can I get this god Crossbow without commands?
- Not exactly — some of the enchantment combinations in this loadout (like Mending + Infinity on a bow, or Density + Breach on a mace) cannot be combined at an anvil in survival mode. The /give command bypasses anvil restrictions entirely. The other enchantments can be obtained legitimately through enchanting tables and combining at the anvil.
- Does this command work on multiplayer servers?
- Only if you have OP permissions (operator status) or cheats are enabled on the server. On most public servers, commands are restricted. It works in singleplayer with cheats enabled, and on private servers where you are an operator.
- What Minecraft version does this command work on?
- This command uses the flat data-component syntax introduced in Java Edition 1.21.5 (26.2). For older versions (1.20.4 and earlier), enchantments used the format: [minecraft:enchantments={levels:{quick_charge:3,...}}].