This resource is not plugin
Chat filter script is used to add supervising element to game.
When player writes blacklisted word in chat, script will block it, write message to player, possibly execute command
What is script offering?
- Advanced command
- Customizability
Requirements:
-
Skript
-
SkBee
Installation:
- Download the Chatfilter script
- Put script in file located /plugins/skript/scripts
Setting up:
- Open file chatfilter.sk
- Edit values in "Options" section to your liking
- You can add or remove words from blacklist, show list of blacklisted words or set command for punishing player
Code (Text):
#-----------------------------------------------------------------------------------------------------
options:
#basic
var_prefix: jp.script.chatfilter
command: chatfilter
permission: skript.chatfilter.admin
use_console_command: true
console_command: "cmi kick %player% &cThis word is not allowed here"
#messages
contains: "&cThis word is already part of blacklist"
removed: "&aWord %arg-2% was removed from blacklist"
deleteall: "&aVariables was successfully deleted"
confirm: "&cAre you sure? Type &6/%{_command}% deleteall confirm"
badword: "&cThis word is not allowed here!"
notcontain: "&cThis word is not part of blacklist"
added: "&aWord %arg-2% was added to blacklist"
#-----------------------------------------------------------------------------------------------------
FAQ:
Can i edit the file?
Yes, script is written to be easily understood and edited
Can i order custom scripts?
Yes, you can contact me on my discord
Where to send ideas for improvements?
Join my discord and send the idea
Can i order one image, like is the one at top of page?
Yes, you can contact me on my discord
Don't use reviews to report bugs or give ideas