# Quick Start

## สำหรับผู้เล่น

### วางบล็อกป้องกัน

1. ได้รับบล็อก PS จากร้านค้า (`/ps shop`) หรือ admin ให้
2. วางบล็อกแร่ลงบนพื้น
3. พื้นที่ป้องกันจะถูกสร้างอัตโนมัติ

### จัดการพื้นที่

1. **คลิกขวา** ที่บล็อก PS → เปิด Settings GUI
2. ตั้งค่า Flags, เพิ่มสมาชิก, แบนผู้เล่น
3. ใช้ `/ps list` เพื่อดูพื้นที่ทั้งหมดของคุณ

### เทเลพอร์ต

```
/ps home        → ไปพื้นที่แรก
/ps home 2      → ไปพื้นที่ที่ 2
```

### ลบพื้นที่

* ทุบบล็อก PS → ลบพื้นที่ + คืนบล็อก
* หรือใช้ `/ps delete` ตรงที่ยืน

***

## สำหรับ Admin

### ให้บล็อก PS แก่ผู้เล่น

```
/ps give <player> <tier>
/ps give Steve 50x50
```

### เปิด Admin GUI

```
/ps admin
```

### จัดการ Tier

ใน Admin GUI → Tier Management:

* คลิกซ้าย = แก้ไข
* กด Q = เปิด/ปิดใช้งาน
* Shift+คลิก = เปิด/ปิดร้านค้า
* คลิกขวา = ลบ (มี Dialog ยืนยัน)


---

# 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/getting-started/quick-start.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.
