LRename

⭐ — (0 endorsements) 📥 109 downloads 📌 v1.0.2 📅 3/19/2026
🟡 Updated this year

By lukedev · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 7/28/2026 📅 Created: 3/19/2026

🔍 Analysis

  • 🏆 #220 of 383 adventure mods in this game by downloads

📋 About This Mod

!(https://theeluke.github.io/lrename-title.png) ## ► Overview Give your players the ultimate freedom to customize their gear. **LRename** is a next-generation item editing plugin that brings premium features to your server without the bloat. Let players apply beautiful RGB gradients, hide ugly enchantment text, and stamp their items with live PlaceholderAPI stats. Built with server economies in mind, you have total control. Charge XP or Vault money for every edit, block specific items like crate keys from being modified, and automatically filter out profanity. Plus, with our unique **Clipboard & Templating** system, players can easily save and reuse their favorite custom formats across multiple items! !(https://theeluke.github.io/renaming_example.gif) ## ► Features - **Modern Text Formatting:** Fully supports modern MiniMessage tags (`<gradient>`, `<rainbow>`, etc.) as well as legacy & color codes. - **Copy, Paste & Templates:** Players can copy an item's custom name, lore, and flags to memory, paste them onto new items, or save them permanently to their own personal templates! - **Smart Tab-Completion:** Fully dynamic tab-completion that actively suggests the player's saved templates and current item lore lines. - **Economy Integration:** Charge players Vanilla XP levels or Vault economy money for editing their items. - **PlaceholderAPI Support:** Bake live variables like `%player_name%` or `%vault_eco_balance%` directly into your item's name or lore. - **Blacklists:** Protect your server by blacklisting specific materials (like Admin Wands or Crate Keys) and setting up a profanity filter for custom names. - **Flag Toggling:** Easily hide messy enchantment and attribute text for clean, glowing custom items. !(https://theeluke.github.io/copy_paste_example.gif) ## ► Commands & Permissions <details> <summary><b>Click to view all Commands & Permissions</b></summary> **Base Command:** `/lrename` (Alias: `/lr`) **Base Permission:** `lrename.use` **Item Editing:** - `/lr rename <name>` - Renames your item. (`lrename.rename`) - `/lr lore add <text>` - Adds a line of lore. (`lrename.lore`) - `/lr lore delline <#>` - Deletes a specific line. (`lrename.lore`) - `/lr clear ` - Clears specific/all text. (`lrename.clear`) - `/lr hide|unhide ` - Toggles flags. (`lrename.hide`) **Clipboard & Templates:** - `/lr copy` - Copies the item's name/lore/flags. (`lrename.copypaste`) - `/lr paste` - Pastes copied data to a new item. (`lrename.copypaste`) - `/lr template save <name>` - Saves a template permanently. (`lrename.templates`) - `/lr template load <name>` - Loads a saved template. (`lrename.templates`) - `/lr template delete <name>` - Deletes a template. (`lrename.templates`) - `/lr templates` - Lists all your saved templates. (`lrename.templates`) **Utility & Admin:** - `/lr reload` - Reloads the configuration. (`lrename.admin`) **Additional Permissions:** - `lrename.bypasscost` - Bypasses all XP/Vault costs. </details> ## ► Configuration LRename is highly customizable. Translate every single message, tweak your blacklists, and balance your economy costs all in one place! <details> <summary><b>Click to view config.yml</b></summary> ```yaml ################## # LRename Config # # #(MiniMessage Supported!) # Use tags like <red>, <green>, <bold>, <gradient:red:blue>, or <#FF5555> ################## # Enable/Disable specific features settings: allow-renaming: true allow-lore-editing: true allow-copy-paste: true max-lore-lines: 10 blacklists: # Prevent these words from being used in names or lore (Not case-sensitive) words: - "admin" - "owner" - "staff" - "fuck" - "shit" # Prevent these specific materials from being modified materials: - "BEDROCK" - "BARRIER" - "COMMAND_BLOCK" # Economy Settings economy: # Choose the economy type: NONE, VAULT (Requires VaultAPI), or XP type: "NONE" # Set the cost for each action (Set to 0.0 to make an action free) costs: rename: 0.0 lore-add: 0.0 lore-delline: 0.0 clear-lore: 0.0 clear-name: 0.0 clear-all: 0.0 paste: 0.0 messages: # You can use standard color names prefix: "<dark_gray></dark_gray> " # Or you can use specific hex codes item-renamed: "<#55FF55>Successfully renamed your item!" copied: "<green>Item name and lore copied to clipboard." pasted: "<green>Pasted clipboard onto your item!" no-item: "<red>You must be holding an item in your main hand." feature-disabled: "<red>This feature is currently disabled." reached-max-lore-lines: "<red>You have reached the maximum lore lines limit!</red>" nothing-to-copy: "<red>That item has no custom name or lore to copy!</red>" nothing-to-paste: "<red>You have nothing copied to your clipboard!</red>" name-cleared: "<green>Cleared the custom name from the item!</green>" lore-cleared: "<green>Cleared all lore from the item!</green>

!(https://theeluke.github.io/lrename-title.png)

## ► Overview Give your players the ultimate freedom to customize their gear. LRename is a next-generation item editing plugin that brings premium features to your server without the bloat. Let players apply beautiful RGB gradients, hide ugly enchantment text, and stamp their items with live PlaceholderAPI stats.

Built with server economies in mind, you have total control. Charge XP or Vault money for every edit, block specific items like crate keys from being modified, and automatically filter out profanity. Plus, with our unique Clipboard & Templating system, players can easily save and reuse their favorite custom formats across multiple items!

!(https://theeluke.github.io/renaming_example.gif)

## ► Features - Modern Text Formatting: Fully supports modern MiniMessage tags (``, ``, etc.) as well as legacy & color codes. - Copy, Paste & Templates: Players can copy an item's custom name, lore, and flags to memory, paste them onto new items, or save them permanently to their own personal templates! - Smart Tab-Completion: Fully dynamic tab-completion that actively suggests the player's saved templates and current item lore lines. - Economy Integration: Charge players Vanilla XP levels or Vault economy money for editing their items. - PlaceholderAPI Support: Bake live variables like `%player_name%` or `%vault_eco_balance%` directly into your item's name or lore. - Blacklists: Protect your server by blacklisting specific materials (like Admin Wands or Crate Keys) and setting up a profanity filter for custom names. - Flag Toggling: Easily hide messy enchantment and attribute text for clean, glowing custom items.

!(https://theeluke.github.io/copy_paste_example.gif)

## ► Commands & Permissions

Click to view all Commands & Permissions

Base Command: `/lrename` (Alias: `/lr`) Base Permission: `lrename.use`

Item Editing: - `/lr rename ` - Renames your item. (`lrename.rename`) - `/lr lore add ` - Adds a line of lore. (`lrename.lore`) - `/lr lore delline <#>` - Deletes a specific line. (`lrename.lore`) - `/lr clear ` - Clears specific/all text. (`lrename.clear`) - `/lr hide|unhide ` - Toggles flags. (`lrename.hide`)

Clipboard & Templates: - `/lr copy` - Copies the item's name/lore/flags. (`lrename.copypaste`) - `/lr paste` - Pastes copied data to a new item. (`lrename.copypaste`) - `/lr template save ` - Saves a template permanently. (`lrename.templates`) - `/lr template load ` - Loads a saved template. (`lrename.templates`) - `/lr template delete ` - Deletes a template. (`lrename.templates`) - `/lr templates` - Lists all your saved templates. (`lrename.templates`)

Utility & Admin: - `/lr reload` - Reloads the configuration. (`lrename.admin`)

Additional Permissions: - `lrename.bypasscost` - Bypasses all XP/Vault costs.

## ► Configuration LRename is highly customizable. Translate every single message, tweak your blacklists, and balance your economy costs all in one place!

Click to view config.yml

```yaml ################## # LRename Config # # #(MiniMessage Supported!) # Use tags like , , , , or <#FF5555> ##################

# Enable/Disable specific features settings: allow-renaming: true allow-lore-editing: true allow-copy-paste: true max-lore-lines: 10

blacklists: # Prevent these words from being used in names or lore (Not case-sensitive) words: - "admin" - "owner" - "staff" - "fuck" - "shit"

# Prevent these specific materials from being modified materials: - "BEDROCK" - "BARRIER" - "COMMAND_BLOCK"

# Economy Settings economy: # Choose the economy type: NONE, VAULT (Requires VaultAPI), or XP type: "NONE"

# Set the cost for each action (Set to 0. 0 to make an action free) costs: rename: 0. 0 lore-add: 0. 0 lore-delline: 0. 0 clear-lore: 0. 0 clear-name: 0. 0 clear-all: 0. 0 paste: 0. 0

messages: # You can use standard color names prefix: "[LRename] " # Or you can use specific hex codes item-renamed: "<#55FF55>Successfully renamed your item!" copied: "Item name and lore copied to clipboard." pasted: "Pasted clipboard onto your item!" no-item: "You must be holding an item in your main hand." feature-disabled: "This feature is currently disabled." reached-max-lore-lines: "You have reached the maximum lore lines limit!" nothing-to-copy: "That item has no custom name or lore to copy!" nothing-to-paste: "You have nothing copied to your clipboard!" name-cleared: "Cleared the custom name from the item!" lore-cleared: "Cleared all lore from the item!

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
lukedev
Version
1.0.2
Downloads
109
Endorsements
0
Category
adventure
Created
3/19/2026
Updated
7/28/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
adventure, equipment, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does LRename support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of LRename?

Version 1.0.2, published 2026-07-28 with 109 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by lukedev 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods