Crossbow icon

Crossbow Give Command Generator

  • Item id: minecraft:crossbow
  • Command: /give

The crossbow trades the bow's fire rate for burst convenience: once loaded it holds its charge indefinitely, even sitting in a chest, so players can carry several loaded crossbows and open a fight with an instant volley. It is also the only vanilla weapon that fires firework rockets, which makes it the closest thing survival has to ranged area damage.

With /give you can hand out crossbows that lean into either identity. A named, Unbreakable firework launcher with lore explaining its rocket loadout plays as siege artillery; a Mending patrol crossbow keeps guard-kit gear self-repairing across a long server season; over-cap Unbreaking accomplishes the same durability goal with a different flavor.

The generator covers names, name colors, lore, rarity, count, and the enchantment list, so outfitting an entire pillager-style raid encounter with themed variants takes a few clicks per kit.

Example commands

Firework artillery piece

/give @p minecraft:crossbow[custom_name={text:"Siegebreaker",color:"gold"},lore=["Load rockets from the offhand","Three-star payloads recommended"]] 1

The gold name and loadout lore tell players exactly how to use it: hold rockets in the offhand while charging and the crossbow loads a rocket instead of an arrow.

Self-repairing patrol crossbow

/give @p minecraft:crossbow[enchantments={"minecraft:mending":1,"minecraft:unbreaking":3}] 1

Mending plus Unbreaking III keeps guard kits alive through months of play without an admin ever reissuing gear.

Unbreakable raid reward

/give @p minecraft:crossbow[unbreakable={},rarity=rare] 1

Rare rarity tints the item name aqua, a cheap visual signal that this drop outclasses the pillager-loot version.

Guard-squad bulk issue

/give @p minecraft:crossbow[custom_name="Watch Issue Mk. II"] 5

A single command stocks five identical named crossbows into one slot, handy for kit chests that arm a whole team at round start.

The same build across versions

Rows appear only where the output actually changes -- copy the one that matches your world.

Java 1.16

/give @p minecraft:crossbow{display:{Name:'{"text":"Siegebreaker","color":"gold"}',Lore:['{"text":"Load rockets from the offhand"}','{"text":"Three-star payloads recommended"}']}} 1

Java 1.21.4

/give @p minecraft:crossbow[custom_name='{"text":"Siegebreaker","color":"gold"}',lore=['{"text":"Load rockets from the offhand"}','{"text":"Three-star payloads recommended"}']] 1

Java 26.2

/give @p minecraft:crossbow[custom_name={text:"Siegebreaker",color:"gold"},lore=["Load rockets from the offhand","Three-star payloads recommended"]] 1

Bedrock 26.x

# Omitted Java-only item data for Bedrock: custom_name, lore.
/give @p crossbow 1
  • Omitted Java-only item data for Bedrock: custom_name, lore.

Worth knowing

  • A loaded crossbow keeps its charge through inventory swaps, chests, and ender chests, so pre-loading backups before a fight is a legitimate tactic.
  • Firework rockets fired from a crossbow explode on impact, and blast damage depends on the number of firework stars crafted into the rocket — a starless rocket deals no damage at all.
  • Multishot fires three projectiles in a horizontal spread while consuming a single arrow, and an anvil refuses to pair it with Piercing, forcing a choice in survival.
  • Quick Charge cuts loading time by a quarter second per level, which is the difference between a burst weapon and a sustained one.
  • Pillagers wield crossbows and can drop them on death, usually damaged, so pristine command-given versions stand apart from farmed ones.

FAQ

Can a crossbow have Multishot and Piercing together?

Survival blocks the combination at the anvil, but a command can apply both to one crossbow, and every bolt in the Multishot spread then pierces through targets.

How do I fire firework rockets from a crossbow?

Hold firework rockets in the offhand while charging and the crossbow loads a rocket instead of an arrow. Craft the rockets with firework stars, since star count sets the explosion damage.

Is the crossbow stronger than the bow?

Per shot, a crossbow bolt hits slightly harder on average than a full-draw bow shot, but the reload time drags its sustained damage below the bow's. Crossbows win burst openings; bows win long exchanges.