# Commands

## Player Commands

| Command     | Permission                                   | Description               |
| ----------- | -------------------------------------------- | ------------------------- |
| /homes      | homes.use                                    | Open the Main Home GUI.   |
| /homes help | <p>homes.player.help<br>homes.admin.help</p> | Help for plugin commands. |

## Admin Commands

| Command                                | Permission           | Description                                 |
| -------------------------------------- | -------------------- | ------------------------------------------- |
| /homesadmin reload                     | homes.admin.reload   | Reload the plugin files.                    |
| /homesadmin addslot \<player> \<slot>  | homes.admin.addslot  | Give slot for a player.                     |
| /homesadmin takeslot \<player> \<slot> | homes.admin.takeslot | Take slot from a player.                    |
| /homesadmin setslot \<player> \<slot>  | homes.admin.setslot  | Set slot number for a player.               |
| /homesadmin \<player>                  | homes.admin.homes    | Check a player homes and manage them.       |
| /homesadmin convert \<plugin>          | homes.admin.convert  | Convert player homes from a another plugin. |


---

# 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://docs.mongenscave.com/premium-products/homes/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.
