Open Stygiannite opened 2 years ago
The only difference I see is the &7
at the end of your Member role name format (after the '>'). That could be a temporary solution, but try removing it and let us know if it changes anything.
Nope, that didn't do anything unfortunately. Here's a screenshot of how it looks in chat. Melahi is a player that should have the Member prefix but doesn't.
Hmm, is essentialcommands
some kind of plugin perhaps, like EssentialX but on Fabric? Is there any name formatting enabled in the plugin, if there is one? Our mod devs will have to investigate further, but the additional info you're bringing should help them a bunch, thanks
Essential Commands is a mod that adds useful commands like /home and /tpa, somewhat like EssentialsX, yeah. But it doesn't do anything to name formatting. https://www.curseforge.com/minecraft/mc-mods/essential-commands
It looks like it adds nicknames, so try and remove it/configure it on the server and see if the error happens again or not
Nicknames are disabled on my server so I don't think it's that... Also, since last time I commented, the issue seems to have gotten worse and many more players seem to be affected - potentially the entire server. From an affected players perspective (me, in the screenshot below), I'm the only one that can see my own prefix.
Hi, EssentialCommands dev here. Briefly hopping in to mention that EC hooks into PlayerEntity.getDisplayName
by modifying the value returned by Team.decorateName
(when it is stored) in an attempt to reduce conflicts with other mods.
It seems to me like this is working in the case of FTB Ranks. Below, you can see my own chat messages before and after applying a nickanme, with the VIP prefix from FTB Ranks.
Mod
FTB Ranks
Mod version
ftb-ranks-fabric-1801.1.6-build.22
Forge / Fabric version
Fabric 1.18.1 0.10.2
Modpack & version
No response
What issue are you having?
For the majority of players on my server, the ranks and prefixes work fine. However, for a few players, their prefix won't show up in chat to other players. On their client, they see that they are the only ones with a prefix, while everyone else doesn't have a prefix. Other than the prefix, they still have all the permissions that their rank would give them. I have no clue why it is these players in particular.
Crashlogs
No response
Steps to reproduce
Here is the rank config file for my server. I have only seen the no-prefix issue happen with players with the Member role so far.
Anything else to note?
No response