✨ Zero's Item Renamer
Zero's Item Renamer is a simple yet powerful Forge mod for Minecraft 1.20.X – 1.21.X that lets you customize your items directly in-game.
Rename items with colors and styles, edit or create custom lores, apply a glowing enchantment effect, and even change item rarity — all through simple commands.
Perfect for builders, adventure map creators, or anyone who loves giving their tools and weapons a unique personality. 💎
🧩 Features
🎨 Rename items with colors and styles
* Supports legacy `&` color codes and modern `#RRGGBB` / `##RRGGBB` hex formats
* Inline formatting options: `bold`, `italic`, `underline`, `strike`, `noitalic`, nobold` ,nounderline` ,nostrike` ,`reset`
💬 Full lore editing system
* Add, edit, insert, replace, or remove lore lines
* Supports blank lines and multiple formatting styles
✨ Glow effect toggle
* Adds or removes the enchantment _glint effect_
* Works without any real enchantments
🌌 Item rarity editor
* Change rarity between: _common, uncommon, rare, epic, legendary_
* Reset rarity to the default vanilla value anytime
🧠 Simple, intuitive command system
* No configs or NBT editors needed — all done through in-game commands!
✏️ Easy and simple syntax
* Simple, fast and easy non nagging command syntax.
🈴 UTF-8 support
* This mod allows any kind of unicode characters in its names.
⚙️ Commands
| Command |
Description |
/rename <text> |
Renames the held item using color/style codes |
/setloreline <line> <text> |
Sets or updates a specific lore line |
/addloreline <text> |
Adds a new lore line |
/insertloreline <beforeLine> <text> |
Inserts a lore line (auto-pads blanks) |
/replaceloreline <line> <text> |
Replaces a lore line (auto-pads blanks) |
/removeloreline <line> |
Removes a specific lore line |
/glow |
Adds a glowing enchantment effect (visual only) |
/removeglow |
Removes the glow effect |
/rarity <type> |
Sets rarity (common, uncommon, rare, epic, legendary) |
/resetrarity |
Restores the item’s default rarity and removes italics |
🎨 Formatting Examples
| Example |
Description |
/rename #ed1581Aw#ed15c2es#be15edome |
Renames to awesome with a pink → purple gradient |
/rename &3Epic &4Sword |
“Epic Sword” in blue and red |
/rename bold ##ffee00Nice underline ##ff3333Pickaxe |
“Nice Pickaxe” — bold, yellow → red, underlined |
/rename &3Cool ##12e072Shovel |
“Cool Shovel” — cyan to green color blend |
💡 Tip: Combine color and style codes freely — the parser supports inline mixing!
🔧 Technical Info
- Supported minecraft versions:
(1.20.5 will be available soon)
| MC-Version |
Supported Modloaders |
1.20 |
Forge |
1.20.1 |
Forge |
1.20.2 |
Forge |
1.20.3 |
Forge |
1.20.4 |
Forge |
1.20.5 |
Fabric, Neoforge |
1.20.6 |
Forge |
1.21 |
Forge, Fabric, Neoforge |
1.21.1 |
Forge, Fabric, Neoforge |
1.21.2 |
Fabric, Neoforge |
1.21.3 |
Forge, Fabric, Neoforge |
1.21.4 |
Forge, Fabric, Neoforge |
1.21.5 |
Forge, Fabric, Neoforge |
1.21.6 |
Forge, Fabric, Neoforge |
1.21.7 |
Forge, Fabric, Neoforge |
1.21.8 |
Forge, Fabric, Neoforge |
1.21.9 |
Forge, Fabric, Neoforge |
1.21.10 |
Forge, Fabric, Neoforge |
1.21.11 |
Forge, Fabric, Neoforge |
📝 Changelog
1.0.1
- Added new options nobold, nostrike and nounderline on top of the noitalic to allow you to only mark certain sections of the name bold, underlined or striked through.
- Added option to allow to copy name and lore onto an item in your off-hand.
1.0.0
- Initial release of the mod.
❓ Q&A
Q: Will there be support for 1.21.1 and newer versions?
A: Yes. Updates will come as soon as I finish verifying compatibility and testing.
Q: I found a bug, how do I report it?
A: Either open an issue on the GitHub repo (once it’s public) or DM me directly on Discord: @zeroiwspp.
Q: Where’s the GitHub repo?! 😠
A: The github repo will be made available with version 1.0.2 of the mod. Since the codebase is still a bit of a mess wanna cleanup and ensure a proper codebase release.
Q: Can I further develop from your codebase?
A: Yep! This project is licensed under MIT, so you can modify, fork, or build on it however you like.
Just toss some credit my way if you do ❤️
Q: Can I use the mod with other mods?
A: Yes, since its an absolute lightweight mod you can easily combine it with other mods. Should there be any kind of issue regarding that please contact me and let me know.
Q: Can I also rename items which are not from minecraft vanilla?!
A: Yes that is possible. Please be aware that this will also override the custom lore this item may have.
❤️ Credits
- Developer: zeroiwspp
- Inspired by: Faewulf’s Item Rename (Spigot Edition)