Trident icon

Trident Give Command Generator

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

Tridents cannot be crafted; in survival they come only from the small fraction of drowned that spawn holding one, which makes them the hardest standard weapon to obtain legitimately. A /give command skips that grind, which is why map economies almost always distribute tridents by command instead of expecting players to farm ocean mobs for hours.

It is effectively four weapons depending on enchantment. Loyalty makes a returning throwable, Riptide converts it into a movement tool that hurls you through water and rain, Channeling calls down lightning in thunderstorms, and Impaling piles damage onto ocean targets. Survival forces a choice — Riptide refuses to coexist with Loyalty or Channeling at an anvil — but the builder writes whatever combination an encounter calls for.

The base numbers justify the rarity: 9 melee damage beats a diamond sword outright, and a thrown hit lands for 8 with no charge-up beyond the throw animation.

Example commands

Stormcaller boss trident

/give @p minecraft:trident[custom_name={text:"Stormcaller",color:"dark_aqua"},enchantments={"minecraft:loyalty":3,"minecraft:channeling":1}] 1

Loyalty III brings it back after every throw and Channeling adds lightning during storms — the standard loadout for a weather-themed boss reward.

Riptide 100 launch trident

/give @p minecraft:trident[enchantments={"minecraft:riptide":100}] 1

In rain or open water an over-cap Riptide flings the player enormous distances, a favorite elytra-free travel mechanic for ocean maps.

Ocean-raid impaler

/give @p minecraft:trident[lore=["Guardians die on contact"],enchantments={"minecraft:impaling":1000}] 1

Over-cap Impaling trivializes monument raids on Java, where the bonus applies to guardians and other aquatic mobs.

Unbreakable guard pike

/give @p minecraft:trident[custom_name="Tide Warden's Pike",unbreakable={}] 1

Thrown tridents lose durability like any tool, so the Unbreakable flag matters more here than on most melee weapons.

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:trident{display:{Name:'{"text":"Stormcaller","color":"dark_aqua"}'},Enchantments:[{id:"minecraft:loyalty",lvl:3s},{id:"minecraft:channeling",lvl:1s}]} 1

Java 1.21.4

/give @p minecraft:trident[custom_name='{"text":"Stormcaller","color":"dark_aqua"}',enchantments={levels:{"minecraft:loyalty":3,"minecraft:channeling":1},show_in_tooltip:true}] 1

Java 26.2

/give @p minecraft:trident[custom_name={text:"Stormcaller",color:"dark_aqua"},enchantments={"minecraft:loyalty":3,"minecraft:channeling":1}] 1

Bedrock 26.x

# Bedrock Stable - run this block for one item, then hold it in your main hand before /enchant.
# Omitted Java-only item data for Bedrock: custom_name.
/give @p trident 1
# Pick up the item, select it in your main hand, then run:
/enchant @p loyalty 3
/enchant @p channeling 1
  • Omitted Java-only item data for Bedrock: custom_name.

Worth knowing

  • Melee trident hits deal 9 damage — above a diamond sword — while thrown hits deal 8, making it the only vanilla weapon that is strong in both modes.
  • Riptide activates only while you are in water or standing in rain; when dry, a Riptide trident cannot be thrown at all.
  • Channeling summons lightning on hit only during a thunderstorm and only when the target is exposed to open sky; it can charge creepers and turn villagers into witches.
  • Loyalty pulls the thrown trident back to your hand after impact, while an unenchanted throw sticks in the world and must be walked over to recover.
  • On Java, Impaling's bonus applies to aquatic mobs such as guardians and dolphins but not to drowned, which count as undead and take Smite instead.

FAQ

Why can't I throw my Riptide trident?

Riptide replaces throwing with a self-launch that only functions in water or rain. In dry conditions the weapon still works in melee but the throw is disabled entirely.

Can you craft a trident in vanilla Minecraft?

No. There is no crafting recipe; survival players must take one from a trident-wielding drowned, so handing them out via /give is the normal route for maps and events.

Can a trident have Loyalty and Riptide together?

An anvil rejects the pair, but a command can apply both. In practice Riptide's rule wins: the trident launches you in water or rain and still refuses a normal throw when dry.