- Compatible API Versions
- 1.1.0
AdvancedChat
Plugin for chat control and filtering
Features:
- Cooldown on sending messages (Anti spam)
- Filtering ads (For example www.example.me)
- Filtering characters.
- The "@" sign has been replaced with "?" to avoid various bugs with placeholders. (Optional)
- Easy setup in configuration
Permissions:
Example:
Source code: https://github.com/CrieXD1337/AdvancedChatCRX/
[Tip] Use the EssentialsChat plugin to add a custom message format to your chat.
Plugin for chat control and filtering

- Cooldown on sending messages (Anti spam)
- Filtering ads (For example www.example.me)
- Filtering characters.
- The "@" sign has been replaced with "?" to avoid various bugs with placeholders. (Optional)
- Easy setup in configuration

Permission | Description | Status |
---|---|---|
criex.nochat | Enable cooldowns | Default |
criex.nocommandchat | Bypass the cooldowns | OP |
YAML:
###------AdvancedChatCRX------###
###----------by Criex---------###
# Created just for free use :3 #
# Maximum number of characters in a message
max-message-length: 180
# Message sending cooldown in milliseconds
chat-cooldown-ms: 3000
# Enable replace "@" to "?"
replace-at-symbol: true
# Others:
max-spam-count: 3
max-command-spam-count: 2
# Messages for the player
messages:
# No perrmission to send messages
no-permission: "&cYou do not have permission to send messages."
# Max symbols limit
max-length: "&e> &cMaximum message length is &7{length} &ccharacters!"
# Anti-advertising message
advertisement-prohibited: "&cAdvertising is prohibited!"
# If player sending messages to fast
spam-warning: "&ePlease, do not spam."
# Cooldown message
cooldown: "&7> &cWait &b{seconds} &csec."
# Anti command spam message
command-spam-warning: "&ePlease, do not spam!"

[Tip] Use the EssentialsChat plugin to add a custom message format to your chat.