HomeJavaModsRSItemEditor
RSItemEditor
ModsJava

RSItemEditor

by RS-Studio · on Modrinth

Edit the item in your hand from chat - names, lore, enchantments, components, plus personal & server item storage.

⬇ Download on Modrinth

RSItemEditor

Edit the item in your hand straight from chat. RSItemEditor is a server-side NeoForge mod that recreates the commands of the popular ItemEdit Spigot plugin for modern Minecraft — rename items, rewrite lore, add enchantments and attributes, tweak dozens of data components, and stash items away for later.

Features

Installing

  1. Install NeoForge 21.1.x for Minecraft 1.21.1.
  2. Install Kotlin for Forge.
  3. Drop rsitemeditor-x.y.z.jar into your server's (or instance's) mods folder.

Commands

Hold an item and run any sub-command. A few highlights:

Command What it does
/ie rename <text> Set the display name (& colors, empty to clear).
/ie lore add|set|insert|remove|clear Manage the lore lines.
/ie enchant <enchant> <level> Add, change or remove an enchantment.
/ie unbreakable [true|false] Toggle the unbreakable flag.
/ie amount <n> / /ie damage <n> Set stack size / durability.
/ie rarity <rarity> / /ie glow Cosmetic tweaks.
/ie color <name|#RRGGBB|r g b> Dye leather / set the color component.
/ie armortrim <material> <pattern> Apply an armor trim.
/ie type <item> Change the item type, keeping its data.
/ie hide <flag> Hide a component (enchants, attributes, …) from the tooltip.
/ie help Clickable, hoverable list of every sub-command.
/is save|get|list|delete <id> Your personal item stash.
/si save|get|give|list|delete <id> Shared server items.

Run /ie help in game for the full, self-documenting list.

Permissions

Every command has its own node under the rsitemeditor namespace and defaults to operator level (permission level 2):

Grant them individually with your permission mod, or just let operators use everything out of the box.

Where saved items live

Stashed items are stored as NBT inside the world folder:

<world>/rsitemeditor/itemstorage/<player-uuid>.nbt   # personal stashes
<world>/rsitemeditor/serveritems.nbt                 # shared server items

Contributing

Issues and pull requests are welcome. Each command lives in its own file under command/subcommands, so adding a new one is a small, self-contained change — add the file and list it in SubCommands.kt.

License

Released under the MIT License.

RSItemEditor is inspired by emanondev/ItemEdit but shares no code with it.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more