When I set a specific prefix for a group, I se a color for the username it’s self as well “[&4&lAdmin&r] &4” for the admin group in this case it should set the username only to be red. Whenever the person in the admin group types In chat it shows the same color as the name. Is there any way I can disable that
LuckPerms is not responsible for chat. We only can send info such as prefixes and suffixes to other plugins, and they do what they want with it. Consult your chat plugin's configuration.
Oh ok thank you so much for your help. Have a good day
A quick fix for this would to be include a &r formatter after your chat message.
For example:
%displayname%&r: %message%
Yeah that makes sense. Thank you for your help :)