minetest-chat_highlights/README.md

30 lines
846 B
Markdown
Raw Permalink Normal View History

2019-05-03 13:48:57 -07:00
minetest CSM which makes busy public chat easier to parse by coloring certain things.
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
requirements
------------
2019-04-27 22:44:17 -07:00
2020-06-03 16:19:01 -07:00
only basic CSM need be enabled on the 5.0+ server, which is the default.
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
installation
------------
2019-04-27 22:44:17 -07:00
2019-05-03 13:48:57 -07:00
make sure the mod is installed at `~/.minetest/clientmods/chat_highlights`
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
make sure `~/.minetest/clientmods/mods.conf` exists and contains:
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
```config
2019-05-03 13:48:57 -07:00
load_mod_chat_highlights = true
2019-04-28 11:57:49 -07:00
```
2019-04-27 22:44:17 -07:00
2019-04-28 11:57:49 -07:00
usage
-----
2019-04-27 22:44:17 -07:00
2019-05-03 13:48:57 -07:00
* .ch_toggle: turns chat highlighting on/off for the current server (defaults to on)
* .ch_statuses: lists the available statuses
2019-05-03 13:59:24 -07:00
* .ch_set PLAYERNAME STATUS: set the status of `PLAYER`
2019-05-03 13:48:57 -07:00
* .ch_list: lists the status of all players
2019-05-03 13:59:24 -07:00
* .ch_unset PLAYER: unset the status of `PLAYER`
2019-05-03 13:48:57 -07:00
* .ch_alert_list: list all alert patterns
2019-05-03 13:59:24 -07:00
* .ch_alert_set PATTERN: set an pattern to alert on
* .ch_alert_unset PATTERN: unset a pattern to alert on