# Command Cooldown

![](/files/4132MtPMEa3x5Ej7A7A3)

## Description

Command Cooldown is an administrative plugin for Minecraft servers (support for Bukkit/Spigot and BungeeCord). Administrators can create cooldowns that will make a player wait before they can execute a certain command again. Command Cooldown can be used to help prevent spam as well.

## Plugin Downloads & Changelogs

Spigot MC: [https://www.spigotmc.org/resources/command-cooldown.73696/](https://www.spigotmc.org/resources/command-cooldown-1-7-1-15-support-add-cooldowns-to-commands.73696/)\
DevBukkit: <https://dev.bukkit.org/projects/command-cooldowns>

## Features

* Place a cooldown on **ANY** command!
* Sync cooldowns through BungeeCord with our **MySQL** Support
* Edit command cooldowns in a GUI editor `/cc editor`
* See your current cooldowns `/cc cooldowns`
* See other player's current cooldowns `/cc cooldowns UUID/playerName`
* Bypass cooldowns with a command `/cc bypass`
* Bypass cooldowns with permissions `commandcooldown.bypass.command_here`. Example: `commandcooldown.bypass.warp_shop`
* Remove all current cooldowns `/cc removecooldowns playerName`
* Automatic **time formatting** in plugin messages and the GUI Editor
* Customizable messages in **messages.yml**
* Automatically checks for updates
* Automatically updates config.yml every new update
* Add aliases to commands! Example: `/cc` and `/commandcooldown` are aliases for the same command
* Text prompts to help create Command Cooldowns
* Automatic time formatting `(s=seconds, m=minutes, h=hours, d=day, w=week, y=year)`.
* Change cooldowns via permissions. Example: `commandcooldown.warp_home.30` will set the player's default cooldown for `/warp home` to 30 seconds.

{% content-ref url="/pages/-M6kw8v8SrPacl1\_Wnn7" %}
[Commands & Permissions](/plugins/command-cooldown/commands-and-permissions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M6ky1f\_VfL-FfU9Nfs9" %}
[Configuration Files](/plugins/command-cooldown/configuration-files.md)
{% endcontent-ref %}

{% content-ref url="/pages/eMdag9YMbBh67D7257J9" %}
[MySQL](/plugins/command-cooldown/mysql.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M6kyOyjF6viq\_nwclKX" %}
[Trivia](/plugins/command-cooldown/trivia.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.darrionatplugins.com/plugins/command-cooldown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
