mrbuilder1961 / ChatPatches

A Minecraft client-side mod that touches up Minecraft's mundane chat, with configurability in mind!
GNU Lesser General Public License v3.0
44 stars 16 forks source link

Player team names aren't used when `chatNameFormat` is configured #115

Closed mrbuilder1961 closed 3 months ago

mrbuilder1961 commented 10 months ago

Description

When the chatNameFormat config option is not set to the default vanilla format, any custom team names (prefixes/suffixes/colors) are ignored and not shown in chat.

Expected result

The '$' in the option's value to be replaced with the full team name instead of just the plain name.

How to reproduce

Note: this is possibly related to #99.