# 地皮成员身份

## 一、介绍

PlotSquared 根据某位玩家对应某个地皮的地皮成员身份来决定它在该地皮中使用指令、标签保护等时的效果.

此地皮成员身份独立于 LuckPerms 等权限组插件.

## 二、身份列表

### 拒绝身份

通过 `/p deny` 等指令被加入到黑名单的玩家.

* 不能编辑地皮.
* 不能进入地皮.

### 游客身份

默认的身份.

* 不能编辑地皮.
* 可以进入地皮.

### 成员身份

通过 `/p add` 等指令被加入到白名单的玩家.

* 在地皮主人在线时可以放置、破坏地皮内的方块.
* 可以进入地皮.

### 信任玩家身份

通过 `/p trust` 等指令被加入到白名单的玩家.

* 可以放置、破坏地皮内的方块.
* 可以进入地皮.
* 可以在地皮内使用 WorldEdit 的功能.

### 主人

通过 `/p auto、/p claim、/p setowner` 等指令认领地皮的玩家.

* 拥有至高无上的权利.


---

# 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.superiormc.cn/plotsquared-wiki/bu-chong/di-pi-cheng-yuan-shen-fen.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.
