# zHomes

{% hint style="warning" %}
‎This wiki is made to explain the plugin as of version 3.0.1. If any of the config here is missing on your plugin, make sure your plugin is up-to-date, the plugin says when its up-to-date on its starts.
{% endhint %}

## Requirements

* **Java 17 or above**
* **Version 1.8 - Latest (1.21.11) \[Paper, Purpur, Leaf]**
* **Version 1.20 - Latest (1.21.11) \[Folia]**

| Soft Depend                                                                 | Use                                                                                        |
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)   | Register custom placeholders for the plugin and parse placeholders                         |
| [MiniPlaceholders](https://www.spigotmc.org/resources/placeholderapi.6245/) | Register custom minimessage placeholders for the plugin and parse minimessage placeholders |
| [GriefPrevention](https://modrinth.com/plugin/griefprevention)              | Player's can't use homes on claims unless they have accesstrust                            |
| [WorldGuard](https://modrinth.com/plugin/worldguard)                        | Register a custom flag to manage if the player can use homes                               |
| [Vault](https://www.spigotmc.org/resources/vault.34315/)                    | Use to manage the server economy to plugin uses                                            |

## Pages <a href="#pages" id="pages"></a>

* **Mothinth:** <https://modrinth.com/plugin/zhomes>
* **Hangar:** <https://hangar.papermc.io/yLeoft/zHomes>
* **SpigotMC:** <https://www.spigotmc.org/resources/zhomes.123141/>
* **bStats:** <https://bstats.org/plugin/bukkit/zHomes/25021>

***

### **THIS WIKI DOES NOT HAVE EVERYTHING YOU MAY NEED, ANY FURTHER SUPPORT CONTACT ME ON:**

* **Discord:** <https://discord.gg/yCdhVDgn4K>
* **Email:** `maehara.leonardo@gmail.com`

<figure><img src="https://bstats.org/signatures/bukkit/zHomes.svg" alt=""><figcaption></figcaption></figure>


---

# 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.yleoft.me/zhomes.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.
