Player Nametags
Player Nametags in Roster are incredibly clean and leverage native Minecraft Scoreboard Teams. This means you get flicker-free prefix updates and automatic TAB/Nametag sorting without hacky workarounds.
nametags.yml
Nametag prefixes and colors are defined per group.
nametags:
default:
prefix: "<gray>"
suffix: ""
vip:
prefix: "<gradient:#FFD700:#FFA500>[VIP]</gradient> "
admin:
prefix: "<red><bold>[Admin]</bold></red> "
Automatic Sorting
Roster automatically sorts players in the TAB list based on their group weight. This sorting is achieved using alphabetical Team names natively in the server.
If your LuckPerms groups are weighted like this:
admin(weight 100)vip(weight 50)default(weight 0)
Roster will guarantee that Admins always appear at the top of the TAB list, followed by VIPs, and then regular players.
Dynamic Updates
If a player is promoted from default to vip via LuckPerms, Roster detects the change and automatically updates their overhead nametag and TAB list sorting instantly—no reloads required!