Compatibility
Minecraft: Java Edition
1.21.1–1.21.10
Platforms
Links
Creators
Details
Licensed MIT
Published 2 weeks ago
Updated 2 days ago
🪶 NameLore:
🎯 Commands:
- /nl rename <text> — rename the item in hand
- /nl relore <text> — change the item's lore
- /nla lock — lock the held item to prevent renaming or lore changes
- /nla dellock — unlock the held item
- /nla delrename — reset the item's name to default
- /nla delrelore — reset the item's lore to default
(/nla = /nameloreadmin) (/nl = /namelore)
💡 Features:
- Supports color codes using & (e.g. &a, &b, &c)
- Checks for banned words and maximum text length (configurable in config.yml)
- Messages and limits are fully configurable in config.yml
- Commands are split into two groups (/nl and /nla) for easier permission management
⚙️ Configuration (config.yml):
- Messages — all chat messages can be customized: invalid-command, success, banned-word, too-long, error, no-item, locked, unlocked, no-permission
- Limits — maximum length for names and lore: MaxNameChars, MaxLoreChars
- BannedWords — list of forbidden words in names and lore
📦 Example config.yml:
Messages: invalid-command: "This command does not exist!" success: "Operation completed successfully!" banned-word: "Your text contains a banned word!" too-long: "Too many characters! Write less!" error: "An error has occurred!" no-item: "You must hold an item to do that!" locked: "This item is locked and cannot be modified!" unlocked: "Item is now unlocked." no-permission: "You do not have permission to use this command."
Limits: MaxNameChars: 30 MaxLoreChars: 50
BannedWords:
- test
- admin
- badword
⚠️ Note:
- Locked items can still be renamed in an anvil (Fixed at version 1.3)
- All limits, restrictions, and messages are fully configurable
- The plugin was testet only on version 1.21.6 and 1.21.9 spigot!



