/
Small plugin with a single purpose - enable usage of MiniMessage formatting (styles, hex codes and gradients) in renaming items, adding item lore and formatting player displaynames in chat/tablist.
Commands:
Player names are stored in names.yml
All plugin messages are translatable and stored in messages.yml
Permissions:
Default config:
hooks:
essentials: true # intercept /nick to use MiniMessage
luckperms: true # use LuckPerms prefix/suffix in names & chat
placeholderapi: true # register PAPI placeholders
nicknames:
format-tablist: true
# Used if player has no explicit /ubernick value
default-format: "<gradient:#55ffff:#0055ff><nickname></gradient>"
chat:
enabled: true
# MiniMessage format used by ChatFormatListener
# Available placeholders: <prefix>, <name>, <suffix>, <message>
format: "<prefix><name><suffix> <white>: > </white><message>"

A lightweight plugin, which allows to rename items,add item lore, change player chat and tab displaynames with usage of new MiniMessage formatting.