Skip to content

MEFRREEX/ChatFilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatFilter

Chat filter for your Nukkit server!

Config:

# Use '§' or '&' to change the color of the message.

messages:
  # Chat filter bypass permission: chatfilter.bypass
  warning-message: '&cThere is a forbidden word in your message. &7You can get a mute for excessive matting!'
  enable-warning-message: false

  block-message: "&cYour message has been blocked. &7You can get a mute for excessive matting!"
  enable-block-message: true

chatfilter:
  # Example: Hello will be replaced with ****
  replace-symbol: '*'
  # Available: 
  # 'block' - message blocking, 
  # 'replace' - replacing the message with stars,
  # 'silent' - blocked message will only be visible to the sender.
  filter-type: "replace"

# You can continue this list as long as you want just copy my examples above
muted-words:
- 'word 1'
- 'word 2'
- 'word 3'

Without filter:

no filter

With filter:

filter