> For the complete documentation index, see [llms.txt](https://kbanimation.gitbook.io/kbanimation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kbanimation.gitbook.io/kbanimation/commands.md).

# commands

{% tabs %}
{% tab title="EN" %}

## 💬 Commands & Permissions

Manage in-game reload hooks and restrict user model visibilities with these administrative nodes.

### Plugin Commands

| Base Command          | Aliases                     | Permission Required | Execution Description                                                                     |
| --------------------- | --------------------------- | ------------------- | ----------------------------------------------------------------------------------------- |
| `/kbanimation reload` | `/kba reload`, `/kb reload` | `kbanimation.admin` | Reloads all config nodes, YML attachments, locales, and mappings without server restarts. |
| `/wmbhud reload`      | None                        | `kbanimation.admin` | Alternate command to force refresh HUD states and placeholders.                           |

### Permissions Reference Table

| Permission Node     | Default Level        | Usage Description                                                                                                                                                                   |
| ------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `kbanimation.admin` | OP (Server Operator) | Grants access to run command reloads and access debugging prompts.                                                                                                                  |
| `kbanimation.use`   | True (All Players)   | Allows players holding a WeaponMechanics weapon to view their respective first-person 3D models and animations. If set to false, they will hold standard Minecraft inventory items. |
| {% endtab %}        |                      |                                                                                                                                                                                     |

{% tab title="TH" %}

## 💬 คำสั่งและสิทธิ์ใช้งาน (Commands & Permissions)

หน้านี้แสดงรายการคำสั่งทั้งหมดในตัวเกมสำหรับการเรียกโหลดข้อมูลใหม่ และการตั้งค่าโหนดสิทธิ์ใช้งาน (Permission Nodes) ของผู้เล่น

### รายชื่อคำสั่งในเกม (Commands)

| คำสั่งหลัก            | คำสั่งย่อ (Aliases)         | สิทธิ์การใช้งานที่ต้องการ | ผลการทำงาน                                                                                             |
| --------------------- | --------------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------ |
| `/kbanimation reload` | `/kba reload`, `/kb reload` | `kbanimation.admin`       | สั่งรีโหลดไฟล์ตั้งค่าหลัก, ไฟล์โมเดลปืนทุกกระบอก, และระบบภาษาใหม่ทั้งหมดโดยไม่ต้องรีสตาร์ตเซิร์ฟเวอร์. |
| `/wmbhud reload`      | ไม่มี                       | `kbanimation.admin`       | คำสั่งย่อทางเลือกสำหรับเรียกโหลดค่า HUD และระบบเป้าตัวแปรใหม่.                                         |

### รายละเอียดตารางโหนดสิทธิ์ใช้งาน (Permissions)

| โหนดสิทธิ์ใช้งาน (Permission) | ระดับเริ่มต้น          | รายละเอียดหน้าที่                                                                                                                                  |
| ----------------------------- | ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| `kbanimation.admin`           | OP (แอดมินเซิร์ฟเวอร์) | อนุญาตให้พิมพ์คำสั่งรีโหลดระบบหลังบ้านและดูข้อความตรวจสอบข้อผิดพลาด.                                                                               |
| `kbanimation.use`             | ทุกคน (True)           | อนุญาตให้ผู้เล่นมองเห็นโมเดลปืน 3 มิติในมือและเล่นแอนิเมชันปืนได้ หากตั้งค่าสิทธิ์นี้เป็น false ผู้เล่นจะถือปืนเป็นไอเท็มบล็อกธรรมดาของ Minecraft. |
| {% endtab %}                  |                        |                                                                                                                                                    |
| {% endtabs %}                 |                        |                                                                                                                                                    |


---

# 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, and the optional `goal` query parameter:

```
GET https://kbanimation.gitbook.io/kbanimation/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
