Go to file
random-geek 3f11b3951a Fix README, minor code fixes/improvements 2022-02-19 23:53:59 -08:00
screenshots Rename screenshots folder 2018-06-11 14:16:19 -07:00
.luacheckrc Maintenance and improvements 2022-02-14 00:30:39 -08:00
LICENSE Initial commit 2018-06-10 22:37:04 -07:00
README.md Fix README, minor code fixes/improvements 2022-02-19 23:53:59 -08:00
init.lua Fix README, minor code fixes/improvements 2022-02-19 23:53:59 -08:00
mod.conf Maintenance and improvements 2022-02-14 00:30:39 -08:00

README.md

chatcolor

A Minetest client-side mod (CSM) which adds custom chat message coloring based on player name or message type.

Features

  • Colors chat messages, DMs, /me messages, and join/leave messages
  • Colors names in server status messages
  • Set any color for any name
  • Set default colors for each type of message
  • Use either chat commands or GUI

How to Use

Installation

See this great forum post on how to install CSMs.

Colors

Colors can be either a hex color (such as #00FF00) or a HTML color name (such as plum).

For a full list of HTML colors, see this page.

.colors

Displays a GUI for modifying colors.

.setcolor <name> <color>

Color messages from player <name> as <color>. To set a default for a certain type of message, use the names default_chat, default_dm, etc. (see .colors for a full list).

Examples:

.setcolor lizzy123 #00FFFF

.setcolor default_me grey

.delcolor <name>

Delete a color setting for a player. Their messages will then appear in a default color.

Examples:

.delcolor joe15

.listcolors

Shows a list of all player and default colors in chat.

Screenshots

Colored names in chat

Main GUI

Modification view