# Plugin FAQ

### Why should you use mc-Homes?

* **mc-Homes** is a lightweight and fast plugin designed for seamless home management. It handles players’ homes with high efficiency and stability, even when individual players or the entire server have a large number of saved homes. \
  \
  The plugin is fully **GUI-based**, allowing players to teleport to their homes through an intuitive interface that supports pagination. Additionally, players can **share their homes** with friends, making it a user-friendly and social experience.

### What makes mc-Homes stand out from other home plugins?

* The plugin offers a **clean and minimal experience** from the player's perspective, as it is **entirely GUI-based**. It avoids cluttering the chat with unnecessary home messages or home lists, unlike many other plugins.<br>

  Moreover, mc-Homes is built around **slot-based limitations** instead of permission-based systems, providing a more intuitive and flexible approach to managing home limits.

### What is the slot system and how does it work?

* Instead of using permission-based limits like `homes.maxhome.10`, **mc-Homes** introduces a unique **slot-based system**. Slots define how many homes a player can use, and they are managed via commands. \
  \
  For example, you can run `/homesadmin addslot kxtsoo 10` to give a player 10 slots. Inside the GUI, the player will see **10 available home item slots** they can use to set or manage their homes. \
  \
  Slots can also be **removed** from a player, and when that happens, they will **lose access to some of their homes**, depending on how many slots remain.

## What happens if you lose a slot that had an active home on it?

* If you lose one or more home slots and any of your **active homes were placed on those lost slots**, those homes will be put into a **"suspended" state**. While suspended, the home is **inaccessible**—you won’t be able to teleport to it or manage it normally.\
  \
  However, once you **regain enough slots**, the suspended home will be **automatically restored** to its original state with full access. You can also **delete suspended homes** manually if you no longer need them.

{% hint style="success" %}
If you have any questions or need help, feel free to contact us on our [Discord server](https://dc.mongenscave.com)!
{% endhint %}


---

# 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/plugin-faq.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.
