> For the complete documentation index, see [llms.txt](https://docs.yleoft.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yleoft.me/zhomes/commands-and-permissions.md).

# Commands & Permissions

{% hint style="info" %}
All text between the less-than and greater-than signs (**<>**) is a placeholder/variable, replace it with the requested value without the less-than and greater-than signs (**<>**). Same apply for \[], but everything between \[ and ] are optional
{% endhint %}

## Commands

<table><thead><tr><th width="216">Command</th><th width="322">Permission (Default)</th><th>Description</th></tr></thead><tbody><tr><td>/zhomes</td><td>zhomes.commands.main (True)</td><td>Main command for the plugin</td></tr><tr><td>/zhomes version</td><td>zhomes.commands.main.version (True)</td><td>Display the current version of the plugin</td></tr><tr><td>/zhomes info</td><td>zhomes.commands.main.info (OP)</td><td>Display useful info about the plugin</td></tr><tr><td>/zhomes reload</td><td>zhomes.commands.main.reload (OP)</td><td>Reloads the plugin's files. (<strong>MORE:</strong> <a href="/pages/CE4VjXFDSMjM0RAUcRWV">/zhomes reload &#x3C;type></a>)</td></tr><tr><td>/zhomes nearhomes &#x3C;radius></td><td>zhomes.commands.main.nearhomes (OP)</td><td>Checks all homes within a radius of blocks around you</td></tr><tr><td>/zhomes converter &#x3C;type></td><td>zhomes.commands.main.converter (OP)</td><td>Use to convert data from a place to another (<strong>MORE:</strong> <a href="/pages/BEo7688F7tl0ivVd0JAA">/zhomes converter &#x3C;type></a>)</td></tr><tr><td>/zhomes export</td><td>zhomes.commands.main.importexport (OP)</td><td>Exports all data from zhomes to a json.gz file with can be imported at any time with /zhomes import</td></tr><tr><td>/zhomes import &#x3C;file></td><td>zhomes.commands.main.importexport (OP)</td><td>Imports data from the json.gz file previously exported from the plugin</td></tr><tr><td>/sethome &#x3C;home></td><td>zhomes.commands.sethome (True)</td><td>Sets a home to your current location</td></tr><tr><td>/sethome &#x3C;player:home></td><td>zhomes.commands.sethome.others (OP)</td><td>Sets a player's home to your current location</td></tr><tr><td>/delhome &#x3C;home></td><td>zhomes.commands.delhome (True)</td><td>Deletes a home</td></tr><tr><td>/delhome &#x3C;player:home></td><td>zhomes.commands.delhome.others (OP)</td><td>Deletes a player's home</td></tr><tr><td>/home &#x3C;home></td><td>zhomes.commands.home (True)</td><td>Teleports you to a home</td></tr><tr><td>/home &#x3C;player:home></td><td>zhomes.commands.home.others (OP)</td><td>Teleports you to a player's home</td></tr><tr><td>/home rename &#x3C;home> &#x3C;newname></td><td>zhomes.commands.home.rename (True)</td><td>Renames a home</td></tr><tr><td>/homes [page]</td><td>zhomes.commands.homes (True)</td><td>List all homes you have</td></tr><tr><td>/homes &#x3C;player> [page]</td><td>zhomes.commands.homes.others (OP)</td><td>List all homes of a player</td></tr></tbody></table>

## Permissions

{% hint style="info" %}
Command permissions is listed on [Commands](#commands)
{% endhint %}

<table><thead><tr><th width="379">Permission</th><th>Use</th></tr></thead><tbody><tr><td>zhomes.bypass.limit</td><td>Allows the player to bypass the limit of homes</td></tr><tr><td>zhomes.bypass.dimensionalteleportation</td><td>Allows the player to bypass the dimensional teleportation config</td></tr><tr><td>zhomes.bypass.safeteleport</td><td>Allow player's to bypass safe teleportation</td></tr><tr><td>&#x3C;command_permission>.bypass.command-cost</td><td>Allows the player to bypass the cost of the command</td></tr><tr><td>zhomes.bypass.warmup</td><td>Allows the player to bypass warmup time before teleporting to a home</td></tr><tr><td>zhomes.bypass.restrictedworlds</td><td>Allows the player to bypass the all restricted worlds.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.yleoft.me/zhomes/commands-and-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
