# Members & Ban

## สมาชิก (Members)

สมาชิกสามารถ:

* วาง/ทุบบล็อกในพื้นที่
* เปิดกล่อง, ใช้ประตู
* คลิกขวาที่ PS block เพื่อดูข้อมูล

### เพิ่มสมาชิก

**วิธีที่ 1: GUI**

1. คลิกขวาที่ PS block
2. กดปุ่ม Member
3. กดปุ่ม "เพิ่มสมาชิก"
4. พิมพ์ชื่อในแชท

**วิธีที่ 2: Command**

```
/ps add <ชื่อผู้เล่น>
```

(ต้องยืนในพื้นที่ของตัวเอง)

### ลบสมาชิก

**วิธีที่ 1: GUI**

1. เปิด Member GUI
2. คลิกที่หัวผู้เล่นที่ต้องการลบ

**วิธีที่ 2: Command**

```
/ps remove <ชื่อผู้เล่น>
```

***

## แบน (Ban)

ผู้เล่นที่ถูกแบนจะ:

* ไม่สามารถเข้าพื้นที่ได้
* ไม่สามารถทำอะไรในพื้นที่ได้

### แบนผู้เล่น

1. คลิกขวาที่ PS block
2. กดปุ่ม Banned
3. กดปุ่ม "แบนผู้เล่น"
4. พิมพ์ชื่อในแชท

### ปลดแบน

1. เปิด Banned GUI
2. คลิกที่หัวผู้เล่นที่ต้องการปลดแบน

***

## โอนเจ้าของ

{% hint style="danger" %}
การโอนเจ้าของไม่สามารถย้อนกลับได้!
{% endhint %}

1. เปิด Settings GUI → Owner
2. กดปุ่ม "โอนเจ้าของ"
3. พิมพ์ชื่อเจ้าของใหม่
4. ยืนยัน


---

# 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/usage/members-and-ban.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.
