Declipsonator / Chat-Control

Take back control of your server chat with filters and mutes. (Star? πŸ₯Ί)
Other
3 stars 0 forks source link

Chat Control: Ultimate Server Protection

πŸ›‘οΈ 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.

Download

Chat Control can be downloaded on Modrinth and Curseforge.

🌟 Features That Help You:

πŸ’¬ Command Tutorial: Take Charge!

Add a Filter:

/filter add {word|standAloneWord|phrase|regex} {text}

Remove a Filter:

/filter remove {word|standAloneWord|phrase|regex} {text}

View Filters:

/filter list {all|word|standAloneWord|phrase|regex}

Manage Replacement Letters:

/filter config replacementLetters add {letter to replace} {letter to replace with}\ /filter config replacementLetters remove {letter to replace} {letter to replace with}

Manage Ignored Players:

/filter config ignoredPlayers add {player} /filter config ignoredPlayers remove {player}

Mute a Player:

/mute add permanent {player} {reason}

Temporarily Mute a Player:

/mute add temporary {player} {minutes} {reason}

Remove a Mute:

/mute remove {player}

Automatically Mute a 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\

Change Settings:

/filter config {logFiltered|ignorePrivateMessages|caseSensitive|tellPlayer|censorAndSend} {true|false}

ℹ️ Info: Frequently Asked Questions

πŸ€” 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.