# Commands

## Commands

### Admin Commands

All commands require admin permission.

| Command                  | Description                              |
| ------------------------ | ---------------------------------------- |
| /airdrop                 | Opens admin dashboard                    |
| /airdrop spawn           | Spawns random airdrop at random location |
| /airdrop spawn common    | Spawns common airdrop                    |
| /airdrop spawn rare      | Spawns rare airdrop                      |
| /airdrop spawn legendary | Spawns legendary airdrop                 |
| /airdrop here            | Spawns airdrop at your location          |
| /airdrop here rare       | Spawns rare airdrop at your location     |
| /airdrop clear           | Removes all active airdrops              |
| /airdrop panel           | Opens admin dashboard                    |

### Utility Commands

| Command     | Description                                      |
| ----------- | ------------------------------------------------ |
| /airdropcam | Opens cinematic camera on nearest active airdrop |
| /propeditor | Opens parachute offset editor                    |
| /pe         | Short alias for prop editor                      |

### Prop Editor Controls

| Key           | Action                    |
| ------------- | ------------------------- |
| F5            | Position mode             |
| F6            | Rotation mode             |
| 1             | X axis                    |
| 2             | Y axis                    |
| 3             | Z axis                    |
| Up Arrow      | Increase value            |
| Down Arrow    | Decrease value            |
| Shift + Arrow | Fast adjustment           |
| Ctrl + Arrow  | Precise adjustment        |
| Enter         | Save and print to console |
| Backspace     | Reset to default          |
| F8            | Preview fall animation    |


---

# 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://elena-scripts.gitbook.io/elenascripts/core-systems/airdrop/commands.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.
