mt-mods / beerchat

beerchat mod for minetest
GNU Lesser General Public License v3.0
9 stars 7 forks source link

Colorize channel name if the message is not on the default channel #122

Closed Emojigit closed 2 months ago

Emojigit commented 2 months ago

This makes messages between default and custom channels distinct.

Alternative: colorize the messages themself

OgelGames commented 2 months ago

Like this?

image

You can set the color of a channel when you create it: https://github.com/mt-mods/beerchat/blob/master/doc/manual.md

S-S-X commented 2 months ago

Additionally, while it might not exactly be obvious at first, you can use /cc command to edit channel properties and this include color setting.

You however must supply all properties like channel password while doing this and you have to be channel owner.

S-S-X commented 2 months ago

Comment / reopen if these wont be enough to solve the issue.