# 📁 Cấu hình

#### 1. `config.yml`

```yaml
yamlSao chépChỉnh sửateleport-delay: 3 # Thời gian đếm ngược (giây) khi dịch chuyển
```

***

#### 2. `message/lang.yml`

Dùng để chỉnh sửa thông báo:

```yaml
teleporting: "&eĐang dịch chuyển đến &6%home% &esau &b%seconds% giây..."
teleported: "&aĐã dịch chuyển đến &6%home%!"
home_created: "&aĐã tạo nhà mới: &6%home%"
home_deleted: "&cĐã xoá nhà: &6%home%"
max_home_reached: "&cBạn đã đạt giới hạn số lượng nhà cho phép."
```

***

#### 3. `setting/menuhome.yml`

Giao diện menu nhà:

```yaml
menu:
  size: 54
  title: "&0Menu Nhà"

  home-slot:
    material: RED_BED
    name: "&aNhà #%index%"
    custom-model-data: 0
    lore:
      - "&7Click để dịch chuyển"

  create-button:
    material: EMERALD_BLOCK
    name: "&aTạo nhà tại đây"

  delete-button:
    material: BARRIER
    name: "&cXoá nhà này"
```

> `%index%` sẽ được thay bằng số thứ tự của nhà (home1 → home14).


---

# 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/cau-hinh.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.
