> For the complete documentation index, see [llms.txt](https://minecraft.card2k.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minecraft.card2k.com/chuc-nang/tong-hop-cac-chuc-nang/nap-atm.md).

# Nạp ATM

{% hint style="success" %}
Dự án hiện được phát hành miễn phí, có sự hỗ trợ từ [Nexus Studio](https://dsc.gg/nexusstudio). Và chịu trách nhiệm bởi đơn vị [Card2K](http://card2k.com/)
{% endhint %}

> Lệnh sử dụng `/napbank gui`&#x20;

<figure><img src="/files/mcWk25YKVmdfsQLY9gyQ" alt=""><figcaption><p>Giao diện chọn nạp ngân hàng theo số tiền đã cấu hình trước</p></figcaption></figure>

> **Lệnh sử dụng**: `/napbank <số tiền>`

<figure><img src="/files/zF8ZkYHrwsN05fl0NP3D" alt=""><figcaption><p>Lênh chat nạp tiền bank</p></figcaption></figure>

<figure><img src="/files/vnz49oNyo8j0iU65CBWb" alt=""><figcaption><p>Thông báo sau khi tạo yêu cầu nhập bank</p></figcaption></figure>

<figure><img src="/files/GdjtdSEGqWt7IqPzTBCV" alt=""><figcaption><p>Mã QR cho người dùng quét</p></figcaption></figure>

> **Lệnh sử dụng:** `/napbank clear`  Xóa giao dịch trước đó

<figure><img src="/files/RrMOPkElxTajfHiiBqNB" alt=""><figcaption><p>Xóa các giao dịch trước đó</p></figcaption></figure>

File cấu hình nạp banking `banking.yml`

> **Trao thưởng** khi nạp

```yml
# Reward Calculation
# Formula: reward = (deposit_amount * process_multiplier) * reward_multiplier
# Vi du: process_multiplier: 0.0001 nghia la 10,000 VND * 0.0001 = 1 reward
process_multiplier: 0.0001

# Reward Commands
# Placeholders:
#   %player% - Ten nguoi choi
#   %amount% - So tien nap (VND)
#   %processed_amount% - So thuong da tinh (amount * process_multiplier * reward_multiplier)
rewards:
  - "give %player% diamond %processed_amount%"
  - "eco give %player% %amount%"
```

> **Khuyến mãi**: nhân 2, nhân 3,.. vào các dịp sự kiện (nếu muốn)

```yml
# He so nhan thuong (phai >= 1)
# Neu dat la 2, tat ca cac lenh thuong se duoc thuc thi 2 lan
# Vi du: reward_multiplier: 2 va thuong la "give %player% diamond 1"
#        -> Nguoi choi se nhan 2 diamond (lenh chay 2 lan)
reward_multiplier: 1
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://minecraft.card2k.com/chuc-nang/tong-hop-cac-chuc-nang/nap-atm.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.
