- Made for server developers to easily create a chat filter and keep chat clean
- Includes specific options to help in customization.
✔Add infinite words to the filter
✔ Remove words from the filter at any time
✔ View all filtered words
✔ Allow players to bypass the filter
✔ Easily change color theme and messages
✔ Easily change the main command and aliases
Code (Text):
options:
# === Main Options ===
# Main broadcaster command (also used as admin command prefix)
filterMainCmd: filter
filterAliases: chatfilter
# No Permission Message
permDenied: &8• &7You lack permission for that
# Permission Node Prefix
permPrefix: skript # permission node will begin with this, ex: "skript.broadcaster"
# Permission to allow player to bypass the filter
filterBypass: skript.filter.bypass
# Players with this perm will be notified if a player tries to say a filtered word
filterNotify: skript.filter.notify
# Color Theme
aColor: &7 # Main text color
bColor: &b # Emphasis text color
cColor: &3 # Extra emphasis color numbers in broadcast list
# Prefix that leads every message
filterPrefix: &8[&bFilter&8]
# Message shown to players who try to say a filtered word
msgFiltered: &8[&bFilter&8] &cPlease refrain from swearing!
Code (Text):
- /filter <new/add> <word> - Filter a word
- /filter <del/remove> <word> - Unfilter a word
- /filter list - List all filtered words
- Thank you for downloading!! - Make sure to leave a review so I know what you think!