# Permissions & Commands

#### **📜 Permissions**&#x20;

| Permission Node          | Description                                                              |
| ------------------------ | ------------------------------------------------------------------------ |
| `spawn.*`                | Grants **all permissions** (admin/OP recommended)                        |
| `spawn.others`           | Allows use of `/spawn all` & `/spawn <player>`                           |
| `spawn.others.player`    | Allows use of `/spawn <player>`                                          |
| `spawn.others.all`       | Allows use of `/spawn all`                                               |
| `spawn.bypass`           | Allows to bypass everything (`cost`, `on join`, `countdown`, `cooldown`) |
| `spawn.bypass.countdown` | Bypass countdown on `/spawn`                                             |
| `spawn.bypass.cooldown`  | Bypass cooldown on `/spawn`                                              |
| `spawn.bypass.onjoin`    | Bypass `on join spawn`                                                   |
| `spawn.bypass.cost`      | Bypass cost on `/spawn`                                                  |
| `spawn.admin`            | Access to all `admin-related` commands/GUI                               |

#### **⌨️ Commands Reference**

| Command               | Description                             |
| --------------------- | --------------------------------------- |
| `/spawn`              | Teleport to spawn                       |
| `/spawn menu`         | Open the **GUI menu**                   |
| `/spawn help`         | Show help page                          |
| `/spawn set main`     | Set the **main spawn point**            |
| `/spawn set first`    | Set the **first-join spawn**            |
| `/spawn set region`   | Set the **spawn protection region**     |
| `/spawn all`          | Teleport **all players** to spawn       |
| `/spawn reload`       | Reload the config file                  |
| `/spawn delete main`  | Delete the main spawn                   |
| `/spawn delete first` | Delete the first-join spawn             |
| `/spawn <player>`     | Teleport a **specific player** to spawn |
| `/spawn give`         | Get the **GUI menu item** or wand tool  |


---

# 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://manole.gitbook.io/setspawnplus/overview/permissions-and-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.
