# Command Delays

If you use ordered commands, and want some command group to delay, you can use this feature.

| Variable | Expected Value    |
| -------- | ----------------- |
| delay    | Delay in seconds. |

{% hint style="info" %}
If you use delay on one command group, every command group after that will be delayed. So it is a chain reaction.
{% endhint %}

Example configuration:

```yaml
drinkingCommands:
  '1':
    commands:
      - fly %player% enable
    executor: CONSOLE
  '2':
    commands:
      - w %player% You get this whimsical feeling flowing through your body.. you're glowing.. and you can fly!!
    delay: 2 # 2 second delay
    executor: CONSOLE
```


---

# 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://kardasland.gitbook.io/aetherpotions/getting-started/advanced-command-system/command-delays.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.
