ChatSentry Wiki
Permissions
Commands
Module config guides
Plugin files
Search…
ChatSentry
Features
Compatibility details
Module list & info
FAQ
Perms & Cmds
Bypass & misc. permissions
Commands (and their permissions)
guides
Plugin installation & configuring guide
Network bridge setup guide
In depth Word & Phrase Filter block list setup
In depth Chat Executor guide & entry examples
Config guides
Main/core config guide
Module config guides
Admin Notifier
Anti Chat Flood
Anti Command Prefix
Anti Join Flood
Anti Parrot
Anti Statue Spambot
Auto Grammar
Auto Punisher
Cap Limiter
Chat Cooldown
Chat Executor
Command Spy
Link & Ad Blocker
Spam Blocker
Unicode Remover
Word & Phrase Filter
Lang file guide
contact
Get support, talk with other cs users, make suggestions, etc.
Plugin Files
Default plugin configs & other files
Misc info and resources
Preset word lists for the word and phrase filter
ChatSentry's SpigotMC Page
API
About
Accessing the API
API Documentation
Development
v5 Changelog
Legacy Changelogs
legal
Terms of Use Agreement
Powered By
GitBook
Chat Cooldown
About this module
The Intelligent Chat Cooldown module controls how quickly players can send messages and configured or all commands within a defined time frame.
To bypass this module, op or the permission: "
chatsentry.chatcooldown.bypass"
is required.
Config guide
You can access the below settings in the
chat-cooldown.yml
file within the
modules
folder of the plugin's root folder.
Config excerpts taken from v3.6.0 and may not be completely up-to-date with the latest changes. To see the most up-to-date file, see below:
chat-cooldown.yml
​
chat-cooldown-in-ticks
Below is the duration of time the options below this option will apply to
20 ticks
=
1 second
160 ticks
=
8 seconds
1
chat-cooldown-in-ticks
:
160
Copied!
allowed-message-sends-per-cooldown
How many messages can players send every chat-cooldown-in-ticks amount of time?
1
allowed-message-sends-per-cooldown
:
4
Copied!
allowed-affected-command-runs-per-cooldown
How many commands on the below affected-commands list can players send every chat-cooldown-in-ticks amount of time?
1
allowed-affected-command-runs-per-cooldown
:
6
Copied!
affected-commands
The below list will only work if "process-commands" is true in config.yml
The below list is which commands the module will apply to. It's recommended to only set these to your private messaging commands.
Set the list to "affected-commands: []" to apply the module to ALL commands (highly not recommended!)
Make sure to only include base commands; don't add any command arguments. (spaces)
1
affected-commands
:
2
-
"/tell"
3
-
"/t"
4
-
"/msg"
5
-
"/w"
6
-
"/r"
7
-
"/whisper"
8
-
"/w"
9
-
"/pm"
Copied!
Previous
Cap Limiter
Next
Chat Executor
Last modified
1yr ago
Copy link
Contents
About this module
Config guide
chat-cooldown-in-ticks
allowed-message-sends-per-cooldown
allowed-affected-command-runs-per-cooldown
affected-commands