RSItemEditor

Quick rating

RSItemEditor

No reviews yet

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

Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
RSItemEditor 1.0.1
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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.

  • Minecraft: 1.21.1
  • Loader: NeoForge (21.1+), Kotlin for Forge
  • Side: server-side (works on a dedicated server or in singleplayer). Clients don't need the mod — everything runs through vanilla-style commands.

Features

  • /itemedit (/ie) — 30+ sub-commands that edit the held item: name, lore, amount, damage, enchantments, unbreakable, rarity, custom model data, dyed color, armor trim, potion effects, banners, fireworks, written books and more.
  • /itemstorage (/is) — a private, per-player stash. Save the item in your hand under a name and pull a fresh copy back whenever you want.
  • /serveritem (/si) — a shared library of items operators can curate and hand out to players.
  • A permission node per command, so a permission manager (LuckPerms, FTB Ranks, …) can grant access one command at a time.
  • & color codes everywhere text is accepted, plus WYSIWYG (non-italic) names and lore.
  • Tab-completion with tooltips — lore-line previews, named colors, online players, stored-item ids and current stack/durability values.
  • Localized in English, Russian, German, French, Spanish, Chinese and Brazilian Portuguese.

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):

  • rsitemeditor.itemedit.<sub> — e.g. rsitemeditor.itemedit.rename
  • rsitemeditor.itemstorage.<sub>save, get, list, delete
  • rsitemeditor.serveritem.<sub>save, get, give, list, delete

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.

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.

  • Minecraft: 1.21.1
  • Loader: NeoForge (21.1+), Kotlin for Forge
  • Side: server-side (works on a dedicated server or in singleplayer). Clients don't need the mod — everything runs through vanilla-style commands.

Features

  • /itemedit (/ie) — 30+ sub-commands that edit the held item: name, lore, amount, damage, enchantments, unbreakable, rarity, custom model data, dyed color, armor trim, potion effects, banners, fireworks, written books and more.
  • /itemstorage (/is) — a private, per-player stash. Save the item in your hand under a name and pull a fresh copy back whenever you want.
  • /serveritem (/si) — a shared library of items operators can curate and hand out to players.
  • A permission node per command, so a permission manager (LuckPerms, FTB Ranks, …) can grant access one command at a time.
  • & color codes everywhere text is accepted, plus WYSIWYG (non-italic) names and lore.
  • Tab-completion with tooltips — lore-line previews, named colors, online players, stored-item ids and current stack/durability values.
  • Localized in English, Russian, German, French, Spanish, Chinese and Brazilian Portuguese.

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):

  • rsitemeditor.itemedit.<sub> — e.g. rsitemeditor.itemedit.rename
  • rsitemeditor.itemstorage.<sub>save, get, list, delete
  • rsitemeditor.serveritem.<sub>save, get, give, list, delete

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.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works