# Cooldown

The `cooldown` action will lock the player from using the same elevator for a provided amount of time.

---

## Variables

| Variable Name | Description                                                           | Default Value      | Elevator Setting Name | Per-Ele Customizable
|---------------|-----------------------------------------------------------------------|--------------------|-----------------------|----------------------
| `timespan`    | Controls the duration of the cooldown. This is in milliseconds.       | 1000               | `cooldown/timespan`   | false

---

## Example Usage

```yaml
- 'cooldown: timespan=1000'
```

---

## Notes

- Timespan has a minimum value of 500 (half a second). The `ele admin` menu wil only allow you to increment/decrement in half-seconds.
