# Other Types

| Type        | Usage                 | Description                                                                                       |
| ----------- | --------------------- | ------------------------------------------------------------------------------------------------- |
| `alert`     | `/[name] [message]`   | Used to send a message to everyone on the server.                                                 |
| `alertraw`  | `/[name] [json]`      | Used to send a json message to everyone on the server. Simular to `/tellraw`                      |
| `chat`      | `/[name] [message]`   | Used to send a message to a chat.                                                                 |
| `find`      | `/[name] [player]`    | Used to get infomation about a online player.                                                     |
| `history`   | `/[name] [player]`    | Used to get global session history about a player from the database.                              |
| `info`      | `/[name]`             | Displays a message to the player.                                                                 |
| `inventory` | `/[name]`             | Displays a inventory to the player.                                                               |
| `join`      | `/[name]`             | Sends a player to a server.                                                                       |
| `list`      | `/[name]`             | Displays a list of players that are online. This could be a staff list.                           |
| `reload`    | `/[name]`             | Reloads the entire plugin. Configuration, commands, events, placeholders and variables.           |
| `report`    | `/[name]`             | Send a message to a group of players. Commonly used to report bugs to staff. Simular to `/helpop` |
| `send`      | `/[name] [from] [to]` | Send a group of players to a server.                                                              |
| `servers`   | `/[name]`             | Displays a list of online servers and the amount of players online.                               |
| `teleport`  | `/[name] [player]`    | Teleport to the server a player is on.                                                            |
| `variable`  | `/[name] [value]`     | Set the value of a variable. You can set options for players to pick from.                        |


---

# 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://smuddgge.gitbook.io/leaf-3.0.1/commands/other-types.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.
