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!:
- If you do /cs toggle, the comments will clear! Read the config file before you do those commands.
- When a new update comes out, backup your config file and remember to check the latest update so you know what has changed in the config!
Servers Using Anti-ChatSpam:
- play-partycraft.serv.nu
- s7.minespan.com:27175 (Spanish)
- mc-copter.cf:25565
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:
- Replace words that you choose with other ones!
- Toggle the plugin
- Ability to toggle word replacement.
- Do everything in config from the game! No more having to go into that disgusting config!
Planned Features:
Everything above in-game (commands)Command Permissions- Things you guys suggest to me!
Anti-Spam (What the plugin is actually named after)
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!"

