> For the complete documentation index, see [llms.txt](https://wiki.origincraft.tw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.origincraft.tw/lands/members-permission.md).

# 04｜成員與權限設定

### 基本概念

Lands 的權限**不是只有「可以進來」或「不能進來」**。你可以精細設定：

* 誰是領地成員
* 誰只能使用某個子區域
* 能不能開箱、建造、互動
* 誰可以管理其他玩家
* 誰可以用領地銀行或共享倉庫

> ⚠️ 多人一起經營時，建議**依照信任程度慢慢設定**，不要一開始就全開。

***

### 邀請玩家加入整個領地 👋

```
/lands trust 玩家名稱
```

例如：

```
/lands trust Steve
```

這樣 Steve 就是你的領地成員了。

***

### 只給玩家某個子區域的權限 🏠

```
/lands trust 玩家名稱 子區域名稱
```

例如：

```
/lands trust Steve farm
```

Steve 只會被信任到 `farm` 這個子區域，其他區域他動不了。

適合用在：

* 給朋友一間房間
* 給玩家一個商店位置
* 給成員一塊農田

***

### 移除玩家權限 ❌

移除整個領地的權限：

```
/lands untrust 玩家名稱
```

只移除某個子區域的權限：

```
/lands untrust 玩家名稱 子區域名稱
```

***

### 設定玩家角色（進階）

```
/lands setrole 玩家名稱 區域名稱 角色名稱
```

例如：

```
/lands setrole Steve farm member
```

如果要套用到**所有區域**：

```
/lands setrole Steve * member
```

> 實際可用的角色名稱會依照伺服器設定而不同，可以在 `/lands menu` 中查看。

***

### 用 GUI 設定權限（推薦！）🖱️

#### 步驟 1：開啟領地選單

```
/lands
```

#### 步驟 2：找到「Roles / 角色」

進入角色設定後，可以調整每個角色可以做什麼，例如：

* 能不能放方塊
* 能不能破壞方塊
* 能不能開箱
* 能不能使用門、按鈕、壓力板
* 能不能使用領地銀行
* 能不能使用共享倉庫
* 能不能管理其他成員

#### 步驟 3：調整玩家角色

在 GUI 中：

```
Shift + 左鍵：升職
Shift + 右鍵：降職
```

***

### 💡 建議權限配置

#### 🟢 一般朋友

只給：

* 進入領地
* 開門或基本互動
* **指定子區域內**的建造和開箱權限

> 不要直接給整個領地的建造權！

#### 🟡 共同經營的夥伴

可以給：

* 建造權限
* 使用公共倉庫
* 使用農場
* 存錢進領地銀行

#### 🔴 管理者

**只給非常信任的人**，因為管理者可以：

* 管理玩家
* 調整角色
* 存取銀行和共享資源

***

### 🏦 領地銀行權限提醒

```
/lands deposit 500    ← 存錢（維護費從這裡扣）
/lands balance         ← 查餘額
/lands withdraw 100    ← 領錢
```

> 💡 **建議：** 讓成員可以存錢分擔維護費，但**不要隨便讓所有人提款**！

***

### 📦 共享倉庫 (目前尚未開放)

```
/lands storage
```

適合放公共物資、建材、活動用品。

> 系統會記錄誰放了或拿了什麼，但還是建議**只開放給可信任的成員**使用。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://wiki.origincraft.tw/lands/members-permission.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.
