ocelotpotpie / FreedomChat

Liberate your server from the chat-reporting bourgeoisie! Disable chat signing server-side
https://modrinth.com/plugin/freedomchat
GNU General Public License v3.0
207 stars 24 forks source link

[Feature Request] Add team color and prefix/suffix to chat messages #26

Closed KTech3020 closed 1 year ago

KTech3020 commented 1 year ago

Currently all messages that is sent by FreedomChat does not showthe player's team color and/or prefix/suffixes like vanilla behaviour (see below) . Would it be possible to implement this?

Vanilla: image Server: (all plugins installed is shown; CowshedMP is a small plugin my server member made that only adds content and does not mess with chat in any way) image

e-im commented 1 year ago

Unfortunately I can not look at the cause of this for a few days. However, I think there is a chance it is not caused by freedomchat.

CraftBukkit (and by extension Paper) disables coloring players names by their team by default. You have to explicitly enable this by setting use-vanilla-scoreboard-name-coloring to true in the paper world config. This is disabled by default because it conflicts with Bukkits display name API.

Let me know if this works.

KTech3020 commented 1 year ago

It worked, thank you for the fast response!

e-im commented 1 year ago

Glad you got it sorted.