# v1.1.0

#### 💰 Hệ thống Mua Thêm Nhà

* Giao diện mua nhà mở bằng cách ấn vào nút **"Mua thêm nhà"** trong GUI chính.
* Cấu hình gói mua slot trong `buyhome.yml`.
* Khi mua:
  * Trừ tiền thông qua Vault
  * Tự động cập nhật quyền `homeextra.limit.X` qua **LuckPerms**
  * Không thể vượt quá **giới hạn tối đa 14 slot**

🛒 **Các loại gói hỗ trợ:**

```yaml
packages:
  slot1:
    slot: 11
    price: 10000
    add: 1
    display:
      material: "GOLD_INGOT"
      name: "&6+1 slot nhà"
      lore:
        - "&7Mua thêm 1 slot nhà"
        - "&fGiá: &a10000$"
      custom-model-data: 1

  full:
    slot: 22
    price: 50000
    add: 14
    display:
      material: "NETHER_STAR"
      name: "&cMua Full 14 Slot Nhà"
      lore:
        - "&7Mở khóa toàn bộ slot nhà"
        - "&fGiá: &c50000$"
      custom-model-data: 2
```

Tải xuống: [HomeExtra v1.1.0](https://yeumoney.com/5zhhcH)


---

# 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://kazamis.gitbook.io/kazami-studio/homeextra-wiki/homeextra-gioi-thieu/version/v1.1.0.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.
