Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

AltStyle によって変換されたページ (->オリジナル) /