π‘οΈChatRules
This is the most powerful filter in ZelChat

How does it work?
Every time a player sends a message, ZelChat will analyze it in a unique and efficient way!
Every message will go under 3 filtering phases to avoid possible bypasses.
You can Fully customize the ChatFilter inside chatfilter.yml
file.
enabled: true
replacer: '*****'
cancel-message: false # If you want the message to be cancelled
broadcastStaff: true # If you want to broadcast the message to zelchat.staff.filtered
How to add a new rule?
Generating and blocking words using Regexes may seem difficult, this is why we have implemented a useful command to help you quickly generate powerful rules!
With /zelchat regex <word>
you will be able to quickly generate a regex rule!
Inside chatfilter.yml
under rules
you can add your new rule!
RULE_NAME:
description: "PUT A FANCY DESCRIPTION HERE"
regex: COPY THE REGEX FROM /zelchat regex command
Last updated