ChatFilter

Script ChatFilter 1.0.6

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Minecraft Versions
  1. 1.14
ChatFilter

A simple yet effective chat filter for your server. Only three permissions needed.

Use the commands:
Code:
chatfilter.admin
Get notifications when player's swear:
Code:
chatfilter.notify
Bypass the filter:
Code:
chatfilter.bypass

Commands
Command | Description
/chatfilter add (word) | Add the specified word to the blacklist.
/chatfilter remove (word) | Remove the specified word from the blacklist.
/chatfilter reload | Reload the script.

Dependencies
- skript-yaml
- skUtilities (maybe)

Screenshots
chatfilter1.png chatfilter2.png chatfilter3.png
Author
DroidVengeance
Downloads
542
Views
542
First release
Last update
Rating
4.00 star(s) 1 ratings

More resources from DroidVengeance

Latest reviews

The resource is good, but it's obvious there's some issues
1. Output message order is wrong when reloading
2. You reloaded the script with console commands instead of the built-in effects for it
3. skript-mirror isn't a dependency
4. You're creating an useless dependency by using YAML instead of Skript's variable system.
DroidVengeance
DroidVengeance
Thanks for the insight.