Don't show heads on non-player messages
n1ckoates opened this issue ยท 4 comments
Since the client (usually) recieves a UUID with each player-made chat message, you could filter-out non-player messages, and not show an indent on them.
It's not a big deal, but it'd be nice for that space to not appear unneccesarily.
usually
A lot of servers don't send the UUID, and I don't want to break the mod on those. Also, since that would misalign player and non-player messages, it'd probably look worse
If the message has an UUID it just uses it, otherwise it searches for any player nicks in the message - that's usually the sender
If possible, could you add a config option to not add the indent when there's no UUID in the message? If not, it's totally understandable.