Item Name, Lore & Enchant Generator
Build spawnable gear with a styled name, lore, enchantments, unbreakable, glint, and durability — preview the tooltip, then copy a modern /give command.
Custom name
Lore
Enchantments
Levels can exceed vanilla anvil caps (up to 255) when spawning with /give.
Item properties
/give command
306 characters — use a command block
/give @p diamond_sword[custom_name={text:"Excalibur",color:"gold",italic:false,bold:true},lore=[{text:"A legendary blade",color:"gray",italic:true},{text:"Forged in the Nether",color:"gray",italic:true}],rarity="epic",enchantments={"minecraft:sharpness":5,"minecraft:unbreaking":3,"minecraft:mending":1}] 1Modern Java item components (name, lore, enchantments, unbreakable, etc.). Prefer a command block for long commands.
Tooltip preview
Excalibur
Sharpness V
Unbreaking III
Mending
A legendary blade
Forged in the Nether
epic
Approximate inventory tooltip
How to use
- Choose a base item (or type a custom item ID).
- Set the display name, color, and bold/italic.
- Add lore lines, enchantments, and properties (unbreakable, glint, durability).
- Copy the command into a command block if it’s longer than chat allows.
FAQ
- How do I make a non-italic custom name?
- Vanilla custom names are italic by default. Turn Italic off in this tool — it sets italic:false on the custom_name text component so the name looks like a normal item name.
- Can I add enchantments above vanilla limits?
- Yes. /give accepts enchantment levels up to 255 even when anvils cannot. Use that for map rewards or creative kits — survival anvil combining still follows normal rules.
- What does Unbreakable do?
- It adds the unbreakable item component so the item never loses durability. Pair it with hide enchantments or custom lore for clean “legendary” gear.
- What is rarity?
- Rarity changes the default tooltip name color (common, uncommon, rare, epic). You can still override the name color separately.
- Which Minecraft version do I need?
- The command uses modern item components (enchantments levels map, custom_name, lore, unbreakable, tooltip_display). Use a recent Java Edition (1.20.5+, ideally 1.21.5+) for best results.
- Can I use any item ID?
- Yes. Pick a common item from the list or type any Java item ID (for example netherite_hoe) in the override field.
Related: Book editor · MOTD generator · All tools