Free browser tool

Minecraft Enchanted Gear Generator

Pick a weapon, tool, or armor piece, add enchantments with the right levels, and copy a ready-to-paste /give command in the exact syntax of your Java version.

Enchantment registry: Java 1.21.11 base + 26.x additions · 43 enchantments · last reviewed 2026-07-24

Build Your Enchanted Item

Mode
Presets
Each preset lists the item, enchantments, levels, and mode it applies.
Command verb
Import an existing /give command
Detects current components, early components, and NBT — including enchanted books (stored enchantments). Unmapped fields are reported, not dropped.

How to Use the Enchanted Gear Generator

  1. Pick an item from the dropdown — swords, spears, pickaxes, armor, bows, and more.
  2. Click enchantments to toggle them. In Survival-safe mode only compatible enchantments can be selected, and blocked ones explain why.
  3. Adjust levels using the selector next to each enchantment, or use the bulk actions to select every valid enchantment or max out your picks.
  4. Copy the command in your server's exact syntax format and paste it into Minecraft chat or a command block.

Example Use Cases

  • God Sword: Netherite Sword + Sharpness V + Looting III + Fire Aspect II + Unbreaking III + Mending
  • Efficiency Pickaxe: Netherite Pickaxe + Efficiency V + Fortune III + Unbreaking III + Mending
  • Full Prot Armor (set): all four Netherite pieces + Protection IV + Unbreaking III + Mending — generated as four separate commands
  • Power Bow: Bow + Power V + Infinity + Punch II + Unbreaking III
  • Mace Smash Build: Mace + Density V + Wind Burst III + Unbreaking III + Mending
  • Mace Armor Breaker: Mace + Breach IV + Unbreaking III + Mending (Density and Breach conflict — pick one per mace)
  • Spear Build: Netherite Spear + Lunge III + Unbreaking III + Mending (Java 26.x)

Tips

  • Sharpness, Smite, and Bane of Arthropods are mutually exclusive — pick one damage enchantment per weapon.
  • Infinity and Mending cannot both be on a bow in survival — Survival-safe mode blocks the pair; Command/Creative mode lets you stack them anyway (not survival-obtainable).
  • Mending and Unbreaking III together make items virtually indestructible.
  • Lunge is the spear-exclusive enchantment in Java 26.x; Density, Breach, and Wind Burst are mace-exclusive.
  • An Enchanted Book output uses stored_enchantments, which is what an anvil transfers onto real gear.

Enchanted Gear Generator FAQ

How do I give myself an enchanted item?

Select an item, choose enchantments and levels, then copy the generated /give command. Paste it in the in-game chat (with cheats enabled) or a command block.

Which Java syntax format should I pick?

Match your server: 26.x / 1.21.5+ uses the simplified component map (enchantments={sharpness:5}); 1.20.5–1.21.4 keeps the levels wrapper (enchantments={levels:{sharpness:5}}); 1.13–1.20.4 uses NBT ({Enchantments:[{id:"minecraft:sharpness",lvl:5s}]}). The same item produces all three here — pick one, do not mix.

Why are some enchantments greyed out?

In Survival-safe mode, enchantments are filtered by item compatibility, and incompatible pairs (like Sharpness and Smite) are blocked with the reason shown. Switch to Command/Creative mode to bypass these limits — the output is then marked as not survival-obtainable.

Can I edit a command I already have?

Yes. Paste it into the import box — the builder detects the format (current components, early components, or NBT), refills the form including the enchanted-book case, and reports anything it cannot map.

Can I go above the max level?

Survival-safe mode caps levels at the survival maximum. Command/Creative mode allows levels up to 255 with a visible warning, since those items cannot be obtained through normal survival gameplay.

A plugin overrides /give on my server. What now?

Tick “Use /minecraft:give” to call the vanilla command directly — this bypasses Essentials-style plugin overrides.

Related Tools