# ⚙️ 3. Cấu hình

**`config.yml`**

```yaml
interest-rate: 10 # Lãi suất % mỗi 24 giờ
loan-time: 24 # Thời gian vay tính bằng giờ
max-loan: 100000

interest-rates:
  3: 0.01 # Lãi suất % mỗi 24 giờ
  6: 0.015 # Lãi suất % mỗi 24 giờ
  12: 0.02 # Lãi suất % mỗi 24 giờ

```

**`lang.yml`**

Cấu trúc mẫu:

```yaml
prefix: "&6[&eKBank&6] "

no-permission: "&cBạn không có quyền thực hiện lệnh này!"
reload-success: "&a✔ Đã reload plugin thành công."
not-number: "&cVui lòng nhập một con số hợp lệ!"
input-cancelled: "&cĐã huỷ thao tác."

gui:
  title: "&b☁ Ngân hàng cá nhân"
  deposit-money: "&a✔ Đã gửi &e$%amount% &avào ngân hàng."
  withdraw-money: "&a✔ Đã rút &e$%amount% &atừ ngân hàng."
  not-enough-money: "&cKhông đủ tiền!"
  current-balance: "&7• Tiền: &a$%money%"
  already-loan: "&cBạn đã có khoản vay!"
  loan-success: "&e✔ Đã vay &e$%amount% &evới tổng trả &c$%total%."
  loan-failed: "&cKhông đủ tiền trả khoản vay! Còn thiếu &e$%missing%."

menu:
  bank:
    title: "&c&l☁ Ngân hàng Nhà trồng"

    deposit:
      name: "&aGửi tiền 💰"
      lore: "&7Click để gửi"
      model: 1001
      material: "EMERALD"

    saving:
      name: "&d💰 Gửi tiết kiệm"
      lore:
        - "&7Gửi tiền vào ngân hàng để sinh lời"
        - "&fChọn thời hạn: 3, 6, 12 tháng"
      material: CLOCK
      model: 0

    withdraw:
      name: "&cRút tiền 💸"
      lore: "&7Click để rút"
      model: 1001
      material: "EMERALD"

    loan:
      name: "&eVay tiền 🏦"
      lore: "&7Click để vay"
      model: 1001
      material: "EMERALD"

    info:
      name: "   &fThông tin tài khoản"
      lore:
        - "&7Chủ tài khoản: &f{player}"
        - "&7STK: &f{account}"
        - "&7Ngày tạo: &f{created}"
        - ""
        - "&6💰 Số dư: &a{bank_money}"
        - "&6🏦 Gửi tiết kiệm: &b{saving}"
        - "&6⏳ Hạn rút: &d{saving_due}"
        - ""
        - "&c💳 Khoản vay: &f{loan}"
        - "&c🕐 Hạn trả: &f{due}"
        - "&f   Ngân hàng VietUker"
      model: 1004
      material: "EMERALD"

anvil:
  input-title: "Nhập số tiền"
  error: "Chỉ nhập số!"

```


---

# 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/wiki-bank/3.-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.
