Rename
/rename Plugin that supports HEX Codes
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Rename
🎨 Rename Plugin
A Minecraft plugin for easily renaming items and editing item lore with support for color codes and formatting.
Features
- 📝 formatting effects with the `/rename` command - 📜 formatting effects with the `/relore` command - 🎨 Support for formatting effects (`&a`, `&b`, etc.) - 🌈 Support for formatting effects (`&#FF5733`, etc.) - ✍️ Support for formatting effects (`&l` for bold, `&n` for underline, etc.) - 🛠️ No italic (slanted) display for renamed items or lore
Example Item

🛠️ Commands & Permissions
| Command | Permission | Function | |-------------------|----------------|----------------------------------------------| | `/rename <Text>` | `rename.use` | Renames the item in your hand. | | `/relore add <Text>` | `rename.lore` | Adds a new line to the item's lore. | | `/relore set <Line Number> <Text>` | `rename.lore` | Modifies a specific line in the item's lore. | | `/relore remove <Line Number>` | `rename.lore` | Removes a specific line from the item's lore.| | `/relore clear` | `rename.lore` | Clears all lore from the item in your hand. |
🎨 Color Codes and Formatting
🌈 Standard Minecraft Colors
| Code | Color | |--------|---------------| | `&0` | Black | | `&1` | Dark Blue | | `&2` | Dark Green | | `&3` | Dark Aqua | | `&4` | Dark Red | | `&5` | Dark Purple | | `&6` | Gold | | `&7` | Gray | | `&8` | Dark Gray | | `&9` | Blue | | `&a` | Green | | `&b` | Aqua | | `&c` | Red | | `&d` | Pink | | `&e` | Yellow | | `&f` | White |
✍️ Formatting
- `&l` - Bold - `&n` - <u>Underlined</u> - `&o` - *Italic* - `&m` - ~~Strikethrough~~ - `&k` - Obfuscated (random characters) - `&r` - Reset formatting
🎨 HEX Colors
Use `&#RRGGBB` for custom colors.