# Lore (GUI Text)

ไฟล์นี้ควบคุม Lore (คำอธิบาย) ของ item ทั้งหมดใน GUI

## โครงสร้าง

แต่ละ section ประกอบด้วย:

* `name` — ชื่อ item (display name)
* `lore` — รายการ lore lines

## Sections

| Section      | Description                        |
| ------------ | ---------------------------------- |
| `shop-item`  | Lore ของ PS item ที่ขาย/ให้ผู้เล่น |
| `settings.*` | ปุ่มทั้งหมดใน Settings GUI         |
| `flags.*`    | Template ของ flag item             |
| `members.*`  | หัวสมาชิก + ปุ่มเพิ่ม              |
| `owner.*`    | หัวเจ้าของ + ปุ่มโอน               |
| `banned.*`   | หัวผู้ถูกแบน + ปุ่มแบน             |
| `buttons.*`  | ปุ่มกลาง (back, confirm, cancel)   |
| `admin.*`    | item ใน Admin GUI                  |

## Placeholders

ใช้ placeholder เดียวกับ `messages.yml` เช่น:

* `{tier}`, `{radius}`, `{price}`, `{owner}`, `{name}`
* `{state}`, `{group}`, `{desc}`, `{status}`
* `{player}`, `{uuid}`, `{count}`

## ตัวอย่าง

```yaml
flags:
  item:
    name: "&#00BFFF{icon} {flag}"
    lore:
      - "&7━━━━━━━━━━━━━━━━━━━━━━━━"
      - "&#00BFFFɪɴꜰᴏʀᴍᴀᴛɪᴏɴ"
      - "&#AAAAAA▶ คำอธิบาย: &f{desc}"
      - "&#AAAAAA▶ ค่าปัจจุบัน: {state}"
      - "&#AAAAAA▶ มีผลกับกลุ่ม: &#FFD700{group}"
      - "&7━━━━━━━━━━━━━━━━━━━━━━━━"
      - "&a☞ คลิกซ้ายเพื่อเปิด/ปิด"
      - "&e☞ คลิกขวาเพื่อเปลี่ยนกลุ่ม"
```


---

# 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/lore.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.
