# 領地相關教學

## 領地設置教學

### A. 領地選取方式

1. 首先取設置位置的兩個 **對角線**。
2. 在手拿木棍對兩個對角線選取。

**`小提示：`**`記得選取的滑鼠按鍵要分別是左鍵與右鍵，這樣才不會重複呢。`

### B. 創建領地指令

1. 選取好範圍後，輸入指令 **/res create \[領地名稱]**
2. 使用創建指令完畢後就成功創建領地囉！

**`小提示：`**`創建領地是不需要花費任何的綠寶幣。`

### C. 設定領地

1. 在要設定的領地內輸入指令 **/res set**
2. 使用指令後，將會出現領地設定選單。
3. 此時你就可以設置您的領地了！

## 權限設置教學

### A. 玩家權限設置

1. 請站在想要設置權限的領地內輸入指令 **/res pset \[玩家名稱]**
2. 使用指令完成后，就會出現權限設置選單。

**`小提示：`**`給予權限就表示對方可以使用該權限，請確認對方是否跟你很要好或是朋友。`

### B. 給予玩家基本權限

1. 請在想要給予權限的領地內輸入指令 **/res padd \[玩家名稱]**
2. 使用指令完成後就成功給予基本權限給該玩家了！

| 基本權限列表              |
| ------------------- |
| 允許使用門，控制桿，按鈕等 ...   |
| 允許傳送到此領地            |
| 允許建造方塊以及破壞方塊        |
| 允許使用熔爐，儲物箱，發射器等 ... |
| 允許移動 \| 允許牽引動物      |
| 允許擊殺動物以及怪物 \| 允許剪羊毛 |
| 允許加入聊天頻道 \| 允許使用烽火台 |

## 領地相關指令

| 領地指令                                              | 指令介紹            |
| ------------------------------------------------- | --------------- |
| **/res create \[領地名稱]**                           | 創建領地            |
| **/res auto \[領地名稱] (範圍)**                        | 在你的位置設置最大範圍領地   |
| **/res tpset**                                    | 設置領地傳送點         |
| **/res list \[玩家名稱] (頁數)**                        | 顯示領地清單          |
| **/res padd \[領地名稱] \[玩家名稱]**                     | 向領地添加玩家         |
| **/res pdel \[領地名稱] \[玩家名稱]**                     | 從領地刪除玩家         |
| **/res info \[領地名稱]**                             | 顯示一個領地的資訊       |
| **/res set \[領地名稱] \[許可權] \[true/false/remove]**  | 為領地設置默認許可權      |
| **/res pset \[領地名稱] \[許可權] \[true/false/remove]** | 為某玩家設定該領地的特定許可權 |
| **/res limits**                                   | 顯示你的領地限制        |
| **/res message \[領地名稱] \[enter/leave] \[訊息]**     | 管理領地加入/離開訊息     |
| **/res rc \[領地名稱]**                               | 加入當前或者指定的領地聊天頻道 |
| **/res flags**                                    | 領地許可權列表         |
| **/res select**                                   | 選取指令            |
| **/res tp \[領地名稱]**                               | 傳送到一個領地         |
| **/res tpconfirm**                                | 忽略不安全傳送警告       |
| **/res contract \[領地名稱] \[縮小單位]**                 | 從你面對的方向縮小領地     |
| **/res expand \[領地名稱] \[擴展單位]**                   | 向你面對的方向擴展領地     |
| **/res subzone \[領地名稱] \[子領地名稱]**                 | 在領地中創建子領地       |
| **/res kick \[玩家名稱]**                             | 將玩家踢出領地         |
| **/res remove \[領地名稱]**                           | 刪除領地            |
| **/res confirm**                                  | 確認刪除領地          |
| **/res rename \[領地名稱] \[新的領地名稱]**                 | 重新命名領地          |
| **/res give \[領地名稱] \[玩家名稱]**                     | 將領地給予其他玩家       |
| **/res sublist \[領地名稱] \[頁數]**                    | 列出所有領地子領地       |
| **/res reset \[領地名稱]**                            | 將領地設置還原為預設值     |


---

# 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://pippi.gitbook.io/survival/system/residence.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.
