# 🔧 File Cấu Hình

#### `config.yml`

```yaml
check-ip: true
check-uuid: true
default-sound: "ENTITY_PLAYER_LEVELUP"
require-case-sensitive: false
log-redeem: true

```

#### `lang.yml`

```yaml
prefix: "&a[GiftCode] &r"
giftcode-created: "%prefix% Đã tạo giftcode: &e%code%"
giftcode-not-found: "%prefix% Không tìm thấy giftcode đó."
giftcode-redeemed: "%prefix% Bạn đã nhận giftcode này rồi!"
giftcode-expired: "%prefix% Giftcode này đã hết hạn."
giftcode-success: "%prefix% Bạn đã nhận thưởng từ giftcode &e%code%!"
command-added: "%prefix% Đã thêm lệnh: &f%cmd% &fvào giftcode &e%code%"
giftcode-limit-ip: "%prefix% Một IP chỉ nhận giftcode này một lần."
giftcode-time-set: "%prefix% Đã đặt thời gian hết hạn cho &e%code%&f: &b%time%"
giftcode-limit-set: "%prefix% Đã đặt giới hạn nhận thưởng của &e%code%&f thành &b%mode%"
giftcode-sound-set: "%prefix% Đã cài sound &b%sound%&f cho giftcode &e%code%"
giftcode_not_found: "&cGiftcode &e{name} &ckhông tồn tại!"
invalid-number: "&cBạn phải nhập số dòng hợp lệ."
invalid-line: "&cSố dòng không hợp lệ. Tổng số dòng: %max%"
command-edited: "&aĐã sửa dòng %line% thành: &f%command%"
save-failed: "&cLỗi khi lưu giftcode!"

not-number: "&cBạn cần nhập một số dòng hợp lệ."
cmd-edited: "&aĐã chỉnh sửa dòng thứ %line% thành công."
cmd-removed: "&cĐã xoá dòng lệnh thứ %line%."

invalid-line-number: "&cDòng phải là một số hợp lệ."
line-out-of-range: "&cDòng phải nằm trong khoảng 1 đến %max%."
```


---

# 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/giftcode-system-wiki/giftcode-system/file-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.
