Go to file
2018-02-05 23:03:19 -08:00
textures Add warning formspec on first violation 2018-02-05 23:03:19 -08:00
.gitignore Add kick above certain number of violations (#2) 2018-02-02 09:07:41 -08:00
.luacheckrc Add warning formspec on first violation 2018-02-05 23:03:19 -08:00
depends.txt Add warning formspec on first violation 2018-02-05 23:03:19 -08:00
description.txt Initial commit. 2017-11-04 21:37:49 -07:00
init.lua Add warning formspec on first violation 2018-02-05 23:03:19 -08:00
LICENSE Add warning formspec on first violation 2018-02-05 23:03:19 -08:00
mod.conf Initial commit. 2017-11-04 21:37:49 -07:00
readme.md Add warning formspec on first violation 2018-02-05 23:03:19 -08:00

filter mod

This mod adds a simple chat filter. There is no default word list, and adding words to the filter list is done through the /filter chat command. You need the server priv to use the chat command.

The /filter chat command can add, remove or list words. The words are stored in mod_storage, which means that this mod requires 0.4.16 or above to function.

If a player speaks a word that is listed in the filter list, they are muted for 1 minute. After that, their shout privilege is restored. If they leave, their shout privilege is still restored, but only after the time expires, not before.

Bugs

  • the shout priv is permanently lost if the server shuts down while a player is muted.