> ## Documentation Index
> Fetch the complete documentation index at: https://plugins.arcadia.tc/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> All available commands in the TimedWings plugin.

## ⏱️ `/tw` or `/timedwings`

Base command for TimedWings. Use `/tw help` to list available subcommands.

***

## ⏱️ `/tw`

Displays your remaining flight time.

```bash theme={null}
/tw
```

* 📜 **Description:** Shows how much temporary flight time you have left.

***

## 🛠️ `/tw give <player> <seconds>`

Gives flight time to a player (in seconds).

```bash theme={null}
/tw give Steve 600
```

* 📜 **Description:** Adds temporary flight time to a player.
* 🛡️ **Permission:**  `timedwings.command.give`

***

## 🔍 `/tw check <player>`

Check another player's flight time.

```bash theme={null}
/tw check Steve
```

* 📜 **Description:** See how much time another player has.
* 🛡️ **Permission:**  `timedwings.command.check`

***

## ❌ `/tw clear <player>`

Clear all flight time from a player.

```bash theme={null}
/tw clear Steve
```

* 📜 **Description:** Removes all temporary flight time.
* 🛡️ **Permission:**  `timedwings.command.clear`

***

## ✅ `/tw set <player> <seconds>`

Set exact flight time for a player.

```bash theme={null}
/tw set Steve 3600
```

* 📜 **Description:** Sets the exact amount of flight time.
* 🛡️ **Permission:**  `timedwings.command.set`
