π‘οΈ Protect your server and the people on it with the ultimate system of filtering and muting! With Chat Control, you can ensure a safe and enjoyable environment for all players. Don't let disruptive messages ruin the fun - take control today!
π It is highly recommended to set enforce-secure-profile
to false in your server.properties to maximize user protection and prevent any conflicts with the mod.
Chat Control can be downloaded on Modrinth and Curseforge.
forts
would not be flagged when filtering fort
/filter add {word|standAloneWord|phrase|regex} {text}
/filter remove {word|standAloneWord|phrase|regex} {text}
/filter list {all|word|standAloneWord|phrase|regex}
/filter config replacementLetters add {letter to replace} {letter to replace with}\ /filter config replacementLetters remove {letter to replace} {letter to replace with}
/filter config ignoredPlayers add {player} /filter config ignoredPlayers remove {player}
/mute add permanent {player} {reason}
/mute add temporary {player} {minutes} {reason}
/mute remove {player}
/filter config muteAfterOffense set {true|false}\ /filter config muteAfterOffense type {PERMANENT|TEMPORARY}\ /filter config muteAfterOffense number {number_of_offenses}\ /filter config muteAfterOffense length {minutes_of_mute}\ /filter config muteAfterOffense expireMinutes {offense_expire_minutes}\ /filter config muteAfterOffense currentOffenses\
/filter config {logFiltered|ignorePrivateMessages|caseSensitive|tellPlayer|censorAndSend} {true|false}
π€ What is a Standalone Word?
A standalone word is a word that is not part of another word. For example, if you have the standalone word fort
in your standalone filter list, the word forts
will not be flagged.
β What is a Phrase? A phrase refers to any text that consists of more than a single word. With Chat Control, you can target and filter out entire phrases to maintain the desired environment on your server.
π How do Replacement Letters Work?
Replacement letters are letters that are substituted before the message is filtered. For example, if you set a replacement of 1
with i
, any occurrence of the number one will be replaced with the letter i before the message is filtered. This feature enhances the accuracy of your filtering system.
βοΈ I Already Have Another Mod with a Mute Command. How Can I Prevent Conflict?
No worries! You can easily disable the mute command in the Chat Control configuration file located at config/chatcontrol.json
in your server folder. Simply set the muteCommand
option to false, and after restarting the server, you won't encounter any conflicts.
β οΈ Please note that Chat Control is currently available exclusively for Fabric. We do not have plans to create a Forge version at the moment.