# Chức năng chính

* \
  Ghi lại sự kiện khi player giết một player khác sẽ cộng exp level, exp level này khi đạt tiến độ **100%** sẽ tự động thăng cấp độ chính cho player, mỗi lần kill sẽ nhận được **30%exp** từ người bị giết.
* Khi một player bị giết sẽ bị trừ **15%** exp và tụt cấp độ.
* Hỗ trợ sqlite và mySQL giúp cho việc quản lý dữ liệu trở nên dễ dàng hơn.
* Có file ngôn ngữ có thể chuyển đổi bằng cách sử dụng lệnh.
* Hiển thị thông báo title trên màn hình khi player lên cấp độ.
* Có các lệnh như **add(exp|level)** để công thêm cấp độ và exp cho player, **set(exp|level)** để đặt một exp,level nhất định cho player, **take(exp|level)** để lấy số lượng exp, level từ player.
* Hỗ trợ placeHolderAPI.
* Hỗ trợ ajleaderboards để cập nhật theo top player pvp level.
* Có thể tuỳ chỉnh level, level nhất định để nhận thưởng trong config của plugin.
* Mỗi level sẽ có một màu riêng để phần biệt các level.
* Đồng bộ rank level, hiên thị trên chat.

***

### Khi giết một player <a href="#khi-giet-mot-player" id="khi-giet-mot-player"></a>

* khi bạn giết một player bạn sẽ được cộng `exp` và khi đủ `exp` bạn sẽ tăng lên một cấp.

<figure><img src="https://k-level.gitbook.io/~gitbook/image?url=https%3A%2F%2F2026598828-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FLoMQI1tp5lNuQVF9048j%252Fuploads%252FSJcCXG504BMST5tZb4aB%252F9usz51.gif%3Falt%3Dmedia%26token%3De6c445d5-00e3-4617-b87a-8e092ec64ec2&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=2c901262&#x26;sv=2" alt=""><figcaption></figcaption></figure>

### khi bị giết <a href="#khi-bi-giet" id="khi-bi-giet"></a>

* Khi bạn bị giết sẽ bị trừ `exp`

<figure><img src="https://k-level.gitbook.io/~gitbook/image?url=https%3A%2F%2F2026598828-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FLoMQI1tp5lNuQVF9048j%252Fuploads%252FjCmrsNSYDlSWQW0hj372%252F9uszpd.gif%3Falt%3Dmedia%26token%3D89694ed3-724e-45ff-887a-89ee9129a1ae&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=e6cb15dd&#x26;sv=2" alt=""><figcaption></figcaption></figure>


---

# 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/co-ban/chuc-nang-chinh.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.
