# cooldowns.yml

```
# The label (base) of the command
tpa:
  # Where the cooldowns are defined
  cooldowns:
    # This * symbol must be here! This is the base cooldown for the entire command.
    # Set this cooldown to 0 if you only want cooldowns on certain arguments
    *: 60
    # These are the arguments
    Notch: 30
    Darrionat: 30
  # Aliases are labels that can also trigger the cooldown. I.g. /factions and /f
  aliases:
    - etpa
    - tpahere
repair:
  cooldowns:
    *: 30
    hand: 20
    abc *: 50
    abc d: 40
  aliases:
    - repairs
```


---

# 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/configuration-files/cooldowns.yml.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.
