Cursefilter - cyrillePrigent/uMod GitHub Wiki
Description
Mute or penalize a player if he use a bad word.
List of bad words (separated words by space character) save to file with name: badwords.list
Server configuration
Set Cursemod (bitflag) :
Value | Action | Overrides |
---|---|---|
0 | Disabled | None |
1 | Mute (can be unmuted if they reconnect) | By next two options |
2 | Timed mute (See mute time) | By next option |
4 | Permanent mute (Permanently mutes by IP address) | Timed & regular mute |
8 | Slap player (like removes a small amount of hp from player) | By next two options |
16 | Kill player (kills player but is still reviveable) | By next option |
32 | Gib (makes player explode into pieces) | Slap & Kill |
The mute time for option 2 doubles each offense and is saved in a file along with permanent mutes.
set u_cursemode "34"