# Commands & Permissions

### Commands & Permissions

| Command                              | Description                             | Permission                                           |
| ------------------------------------ | --------------------------------------- | ---------------------------------------------------- |
| /crowncore reload                    | Reload the plugins config and messages. | <mark style="color:red;">`command.core.admin`</mark> |
| /crowncore reload \<messages/config> | Reload the plugins messages or config.  | <mark style="color:red;">`command.core.admin`</mark> |
| /crowncore debug                     | Toggle the debug mode.                  | <mark style="color:red;">`command.core.admin`</mark> |
|                                      |                                         |                                                      |
| /location list                       | List all existing locations.            | <mark style="color:red;">`command.location`</mark>   |
| /location set \<name>                | Set a specific location.                | <mark style="color:red;">`command.location`</mark>   |
| /location delete \<name>             | Delete a specific location.             | <mark style="color:red;">`command.location`</mark>   |
| /location tp \<name>                 | Teleport to a specific location.        | <mark style="color:red;">`command.location`</mark>   |
| /location setyaw \<name> \<value>    | Modify the yaw of a set location.       | <mark style="color:red;">`command.location`</mark>   |
| /location setpitch \<name> \<value>  | Modify the pitch of a set location.     | <mark style="color:red;">`command.location`</mark>   |


---

# 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://obey.gitbook.io/wiki/legacy-wiki/plugins/crowncore/commands-and-permissions.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.
