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

Configuration

Configuration file: modules/chatcooldown.yml

General

modules:
  # This module allows you to set a few seconds between each message from the player.
  #
  # Chat cooldown module loaded from modules/chatcooldown.yml
  chat-cooldown: true
  • modules.chat-cooldown: Enable/disable the module.


Module

Cooldown Seconds

# The number of seconds a player must wait between messages.
cooldown-seconds: 3
  • The seconds between messages

Last updated