Chat Filter

Chat Filter 2.3

Compatible API Versions
1.0.0
Sourcecode
https://github.com/MEFRREEX/ChatFilter
A simple chat filter for your Nukkit server!

This plugin is a fork of the Spigot plugin. Original plugin: https://www.spigotmc.org/resources/chatfilter.60942/

Config:
YAML:
# 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'
Permission:
chatfilter.bypass
Without filter:
no filter.png

With filter:
filter.png
RuNukkitBanner.png
Author
MEFRREEX
Downloads
177
Views
680
First release
Last update
Rating
5.00 star(s) 1 ratings

More resources from MEFRREEX

  • Health Boss Bar
    Health Boss Bar
    Displaying the enemy's health in the boss bar
  • SplitChat
    SplitChat
    A plugin for local and global chat
  • ChestMenu
    ChestMenu
    Creating a menu interfaces in the chest
  • AntiCaps
    AntiCaps
    Makes words from uppercase to lowercase
  • CmdSpy
    CmdSpy
    See the commands executed by the player on your Nukkit server

Latest updates

  1. Refactoring the plugin and a new filter type

    Fully rewritten plugin. A new type of filter: 'silent' - blocked message will only be visible...
  2. Lower case

    1. Now all forbidden words are counted in lowercase, which means that now you can not bypass the...
  3. New filter type

    What's new at: - Added possibility to choose filter type. (Message blocking, word replacement...

Latest reviews

Lo estoy usando en mi servidor y censura todas las palabras en la lista negra, excelente complemento
Top