How to remove Prefixes/Suffixes from Essential Messages #4070
Answered
by
triagonal
JHiroshige
asked this question in
Q&A
Answered by
triagonal
Mar 20, 2021
Replies: 1 comment
|
EssentialsX uses the player's displayname for all "system" messages. There's currently no way to toggle between using regular usernames and displaynames. Follow #1406 for updates on this feature. EssentialsX only modifies the displayname if you have If that doesn't work, then your chat plugin or another plugin on your server is modifying the player's displayname and you'll need to find out how to disable it. |
0 replies
Answer selected by
JRoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

EssentialsX uses the player's displayname for all "system" messages. There's currently no way to toggle between using regular usernames and displaynames. Follow #1406 for updates on this feature.
EssentialsX only modifies the displayname if you have
change-displaynameset totruein your config, so make sure that's set tofalse. For good measure, also setadd-prefix-suffixtofalsein your config.If that doesn't work, then your chat plugin or another plugin on your server is modifying the player's displayname and you'll need to find out how to disable it.