Go to file
y 6d95f862f3 change license to CC0 2019-05-05 02:30:42 +01:00
LICENSE change license to CC0 2019-05-05 02:30:42 +01:00
README.md fix readme 2019-05-03 21:59:24 +01:00
depends.txt . 2019-04-28 06:44:17 +01:00
init.lua added license; renamed commands 2019-05-03 21:48:57 +01:00

README.md

minetest CSM which makes busy public chat easier to parse by coloring certain things.

requirements

tested with minetest 0.4.17 and 5.0.

only basic CSM need be enabled in 5.0, which is the default.

installation

make sure the mod is installed at ~/.minetest/clientmods/chat_highlights

make sure ~/.minetest/clientmods/mods.conf exists and contains:

load_mod_chat_highlights = true

usage

  • .ch_toggle: turns chat highlighting on/off for the current server (defaults to on)
  • .ch_statuses: lists the available statuses
  • .ch_set PLAYERNAME STATUS: set the status of PLAYER
  • .ch_list: lists the status of all players
  • .ch_unset PLAYER: unset the status of PLAYER
  • .ch_alert_list: list all alert patterns
  • .ch_alert_set PATTERN: set an pattern to alert on
  • .ch_alert_unset PATTERN: unset a pattern to alert on