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

Configuration

Configuration file: modules/commandcooldown.yml

General

modules:
  # This module allows you to set a few seconds between each command from the player.
  #
  # Command cooldown module loaded from modules/commandcooldown.yml
  command-cooldown: true
  • modules.command-cooldown: Enable/disable the module.


Module

Cooldown Seconds

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

Last updated