Let's say a player types 'cobble' and you want to replace it with the word 'dirt', you can do that, with ChatSpam! In the config, you can find what each thing does, so you know how to use the plugin.
Warning!:
Servers Using Anti-ChatSpam:
Commands:
/cs add-word <word>
Description: Add a bad word.
Permission: chatspam.manage.words OR chatspam.manage.*
/cs del-word <word>
Description: Delete a bad word.
Permission: chatspam.manage.words OR chatspam.manage.*
/cs view-bad-words
Description: View all bad words.
Permission: chatspam.viewing
/cs toggle
Description: Toggles the plugin.
Permission: chatspam.plugin.toggle OR chatspam.plugin.*
/cs enable-rep
Description: Enable word replacement.
Permission: chatspam.manage.replacement OR chatspam.manage.*
/cs disable-rep
Description: Disable word replacement
Permission: chatspam.manage.replacement OR chatspam.manage.*
/cs add-rep
Description: Add a replacement.
Permission: chatspam.manage.replacement OR chatspam.manage.*
/cs del-rep
Description: Delete a replacement.
Permission: chatspam.manage.replacement OR chatspam.manage.*
/cs view-rep-words
Description: View all replacement words.
Permission: chatspam.viewing
/cs change-mes
Description: Change the sender message.
Permission: chatspam.change.message
/cs reload
Description: Reload the config.
Permission: chatspam.plugin.reload OR chatspam.plugin.*
Current Features:
Planned Features:
Config:
# If you want to use replacements, the first '-' is #1 and #1 in 'replacements' will be the first '-' # The 'enabled' boolean allows you to disable or enable the plugin # Op messages are the messages that say whether the plugin is enabled or disabled ^ # Op bypass lets operators bypass the spam & word filter! # Cooldown time is in seconds! enabled: true op_messages: true op_bypass: false cooldown_time: 5 #Ex: #If you said dirt in chat, it will be replaced with cobble #(do you get the refrence? :D) badwords: - dirt #If this is set to 'false' when the word 'dirt' is said, it will just block the message from being sent and give the sender a message. use_replacements: true replacements: - cobble # If 'use_replacments' is set to false, and the sender says the word 'dirt' in a chat message, the message will be blocked and this message will be sent to them. (Accepts color codes)! sender_message: "&6&lNO SENDING THAT MESSAGE!"