LRename | Modern Item Editing | Hex Colors, Blacklists, Copy & Paste [1.21+] icon

LRename | Modern Item Editing | Hex Colors, Blacklists, Copy & Paste [1.21+] -----

The most powerful and modern way to rename, edit, and template items on your server




[​IMG]

LRename
The Ultimate Modern Item Editor
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 for free. Let players apply beautiful RGB gradients, hide ugly enchantment text and stamp their items with live PlaceholderAPI stats.

You have total control over who can use these features on your server. Charge XP or Vault money for every edit, block specific items like crate keys from being modified, and automatically filter out profanity using our word blacklist. Plus, with our unique Clipboard & Templating system, players can easily save and reuse their favorite custom formats across multiple items!

[​IMG]

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.

[​IMG]

Commands & Permissions
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 [name|lore] - Clears specific/all text. (lrename.clear)
  • /lr hide|unhide [enchants|attributes] - 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.
  • lrename.bypassblacklist - Bypasses material and word blacklists.

Configuration
LRename is highly customizable. Translate every single message, tweak your blacklists, and balance your economy costs all in one place!
Code (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>[<yellow>LRename</yellow>]</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>"
  all-cleared
: "<green>Cleared all custom name and lore from the item!</green>"
  config-reloaded
: "<green>LRename configuration reloaded!</green>"
  lore-line-deleted
: "<green>Deleted line %line% from the lore!</green>"
  invalid-line
: "<red>Invalid line number! That line does not exist.</red>"
  hidden-enchants
: "<green>Hidden enchantments on this item!</green>"
  unhidden-enchants
: "<green>Unhidden enchantments on this item!</green>"
  hidden-attributes
: "<green>Hidden attributes on this item!</green>"
  unhidden-attributes
: "<green>Unhidden attributes on this item!</green>"
  template-saved
: "<green>Template <yellow>%template%</yellow> saved successfully!</green>"
  templates-not-saved
: "<red>This item has no custom name or lore to save!</red>"
  template-not-found
: "<red>Error! Could not find specified template.</red>"
  templates-not-found
: "<red>You don't have any saved templates.</red>"
  loaded-template
: "<green>Loaded template <yellow>%template%</yellow> onto your item!</green>"
  deleted-template
: "<green>Deleted template <yellow>%template%</yellow>!</green>"
  blacklisted-word
: "<red>You cannot use that word in an item's name or lore!</red>"
  blacklisted-material
: "<red>You are not allowed to modify this type of item!</red>"
  not-enough-money
: "<red>You need <yellow>%cost%</yellow> to do this!</red>"
  not-enough-xp
: "<red>You need <green>%cost% XP Levels</green> to do this!</red>"
 

Dependencies
  • Java 21 or higher
  • Spigot/Paper 1.21+
  • (Optional) Vault - For economy support
  • (Optional) PlaceholderAPI - For dynamic variables


If you encounter any bugs or have feature requests, please report them in the discussion tab or on discord (@TheeLuke)!
⭐ If you enjoy the plugin, please leave a review! ⭐
Resource Information
Author:
----------
Total Downloads: 10
First Release: Mar 15, 2026
Last Update: Mar 15, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings