Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 8 months 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
New Version 1.5:
- /nla shine - shine the item like he is enchanted
- /nla delshine - no more shine
- /nla nomore - players can not make item with this name and lore
- /nla delnomore - players can make items with this name and lore
(/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


