Admin Item Rename
A lightweight Folia-compatible plugin that lets players rename any item in their hand using full MiniMessage formatting including hex colors, gradients, bold, and more.
Admin Item Rename
Description
ItemRename is a simple, no-fluff renaming plugin built for Folia and Paper 1.21.1. Give your players the ability to rename any item in their hand with full color and formatting support powered by MiniMessage. Hex codes, gradients, named colors, bold, italic, and every other Adventure tag all work out of the box.
Features
Full MiniMessage formatting support including hex colors, gradients, named colors, bold, italic, underline, and strikethrough. Folia compatible with proper region scheduler usage. Permission based access with a separate admin permission. Optional character limit on rename input configurable in config.yml. Reload command so you never need to restart the server. Clean configurable message prefix.
Commands
/rename <text> — Renames the item in your main hand using MiniMessage formatting. Requires rename.use. /rename reload — Reloads the plugin config. Requires rename.admin. /rename help — Shows formatting usage and examples. Requires rename.use.
Permissions
rename.use — Allows a player to use /rename and /rename help. Default: op. rename.admin — Allows access to /rename reload and bypasses any restrictions. Default: op.
Formatting Examples
/rename <bold><#FF5500>Flame Sword — Bold orange hex color name.
/rename <gradient:#FF0000:#0000FF>Rainbow Blade — Red to blue gradient.
/rename <gold>Golden <bold>Crown — Named color with bold.
/rename <italic><#A020F0>Shadow Dagger — Italic purple hex.
Configuration
``` yaml# Plugin message prefix prefix: "&8[&7Rename&8]"
Enable a max character limit on rename input
enable-char-limit: true
Max characters allowed in rename input (raw text before parsing)
max-chars: 64 ```