UberGradient
A lightweight plugin, which allows to rename items,add item lore, change player chat and tab displaynames with usage of new MiniMessage formatting.
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.
UberGradient
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: - /ubername - renames a handheld item - /uberlore - adds a single line of lore to handheld item (does not overwrite existing lore) - /ubernick <player> <nick> (can be used without <player> on yourself) - sets displayname of targeted player. - /uberreload - reloads config and messages
Player names are stored in names.yml
All plugin messages are translatable and stored in messages.yml
Permissions: - ubercustomizer.ubername - ubercustomizer.uberlore - ubercustomizer.ubernick - ubercustomizer.ubernick.others - ubercustomizer.uberreload
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>" ```