> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/plotsquared-wiki/bu-chong/quan-xian-jie-dian/guan-li-yuan-quan-xian-jie-dian.md).

# 管理员权限节点

## 一、通用内容

给予玩家 `plots.admin` 权限节点即等于给予以下所有权限节点，请小心使用.

## 二、事件类管理员权限节点

* plots.admin.build.road - 在地皮世界的“路”上建造方块
* plots.admin.build.unowned - 在无主地皮上建造方块
* plots.admin.build.other - 在其他玩家的地皮上建造方块
* plots.admin.destroy.road  - 在地皮世界的“路”上破坏方块
* plots.admin.destroy.unowned - 在无主地皮上破坏方块
* plots.admin.destroy.other - 在其他玩家的地皮上破坏方块
* plots.admin.destroy.groundlevel - 破坏地皮世界的底部方块
* plots.admin.interact.road - 与前三个权限节点一一对应，为交互（如点击 NPC 等都属于交互），不做一一赘述.
* plots.admin.interact.unowned
* plots.admin.interact.other
* plots.admin.vehicle.break.road - 破坏载具
* plots.admin.vehicle.break.unowned
* plots.admin.vehicle.break.other
* plots.admin.projectile.road - 弹射物
* plots.admin.projectile.unowned
* plots.admin.projectile.other
* plots.admin.pve.road - 攻击生物
* plots.admin.pve.unowned
* plots.admin.pve.other
* plots.admin.entry.denied - 放置生物
* plots.admin.chat.bypass - 聊天

## 三、指令类管理员权限节点

* plots.admin.command.schematic - 每个权限节点最后部分为对应指令，不再赘述.
* plots.admin.command.schematic.paste
* plots.admin.command.schematic.save
* plots.admin.command.clear
* plots.admin.command.continue
* plots.admin.command.add
* plots.admin.command.deny
* plots.admin.command.done
* plots.admin.command.kick
* plots.admin.command.merge
* plots.admin.command.reload
* plots.admin.command.load
* plots.admin.command.download
* plots.admin.command.chat
* plots.admin.command.save
* plots.admin.command.setowner
* plots.admin.command.setup
* plots.admin.command.swap
* plots.admin.command.trust
* plots.admin.command.untrust
* plots.admin.command.unlink
* plots.admin.command.update
* plots.admin.command.delete
* plots.admin.command.autoclear
* plots.admin.command.remove
* plots.admin.command.blocked-cmds.shared
* plots.admin.command.blocked-cmds.other
* plots.admin.alias.remove - 移除指令变样
* plots.admin.alias.set - 设置指令变样

## 三、标签类管理员权限节点

* plots.flag.notify-leave.bypass - 无视 notify-leave 标签. 即无论该标签的设置，离开该地皮均没有提示.
* plots.flag.notify-enter.bypass - 无视 notify-enter 标签. 即无论该标签的设置，进入该地皮均没有提示.
* plots.gamemode.bypass - 无视 gamemode 标签. 即无论该标签的设置，在该地皮均不会改变游戏模式.

## 四、杂项类管理员权限节点

* plots.teleport.delay.bypass - 无视传送冷却限制.
* plots.admin.build.heightlimit - 无视高度限制.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.superiormc.cn/plotsquared-wiki/bu-chong/quan-xian-jie-dian/guan-li-yuan-quan-xian-jie-dian.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
