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.