For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

chat-cooldown.yml

chat-cooldown-in-ticks

Below is the duration of time the options below this option will apply to

chat-cooldown-in-ticks: 160

allowed-message-sends-per-cooldown

How many messages can players send every chat-cooldown-in-ticks amount of time?

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?

affected-commands

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)

Last updated