# Messages

ไฟล์นี้เก็บข้อความทั้งหมดที่แสดงในเกม สามารถแก้ไขภาษาได้ตามต้องการ

## Placeholders

| Placeholder | Description        |
| ----------- | ------------------ |
| `{player}`  | ชื่อผู้เล่น        |
| `{owner}`   | ชื่อเจ้าของ region |
| `{tier}`    | ชื่อ tier          |
| `{x}` `{z}` | พิกัด              |
| `{count}`   | จำนวน              |
| `{price}`   | ราคา               |
| `{name}`    | ชื่อ region        |
| `{flag}`    | ชื่อ flag          |
| `{state}`   | สถานะ flag         |
| `{group}`   | กลุ่ม flag         |
| `{time}`    | เวลา               |

## Color Codes

* Legacy: `&0` - `&f`, `&l`, `&o`, `&n`, `&m`, `&k`, `&r`
* Hex: `&#RRGGBB`

## หมวดหมู่

* `prefix` — prefix หน้าทุกข้อความ
* `region` — สร้าง/ลบ region
* `info` / `list` — ดูข้อมูล
* `member` — จัดการสมาชิก
* `transfer` — โอนเจ้าของ
* `ban` — แบน/ปลดแบน
* `flag` — ตั้งค่า flag
* `hide` — ซ่อน/แสดง
* `rename` — เปลี่ยนชื่อ
* `border` — เส้นขอบ
* `teleport` — เทเลพอร์ต
* `shop` — ร้านค้า
* `greeting` — เข้า/ออกพื้นที่
* `general` — ทั่วไป/error
* `prompt` — chat input prompts
* `admin` — admin messages


---

# 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://docs.niendsitekungz.com/configuration/messages.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.
