You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coloring usernames in Minecraft chat based on LuckPerms group or dimension
A quick guide on coloring usernames in Styled Chat from LuckPerms groups on a Fabric server
Styling cannot escape placeholders.
So if you have a prefix like <blue>Admin the prefix will turn blue but you're username is still white (default).
In this guide I'll show you how you can use the color meta tag of groups in LuckPerms to change the color of your display name.
At the end I also show how you can do this based on dimension.
Assumtions
You have configured LuckPerms groups for your server and set up prefixes display in chat by adding it to display_name.
If you don't want prefixes, you can remove them by searching for %luckperms:prefix% in your config file and replacing it with nothing.
If you want suffixes as well you can find ${default}" and replace it with ${default}%luckperms:suffix%".
How to use LuckPerms prefixes on a fabricmc server
A guide on setting up LuckPerms prefixes on a Minecraft Fabric server
This tutorial assumes you have a fabricmc server with fabric-api installed.
Coming over from bukkit, spigot or paper? Make sure to replace all legacy formatting (those done with &) with tags from Simplified Text Format!