1
0
Files
frost-zx.github.io/docs/content/minecraft-op-permission-level.md
2025-10-13 10:20:34 +08:00

48 lines
1.5 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "「Minecraft」OP 权限等级"
date: 2025-03-19T12:32:49Z
lastmod: 2025-03-19T12:35:47Z
tags: [Minecraft,科普]
---
# 「Minecraft」OP 权限等级
权限等级用于描述玩家或命令执行者的权限。
---
## 参考
- [权限等级 - Minecraft Wiki](https://zh.minecraft.wiki/w/%E6%9D%83%E9%99%90%E7%AD%89%E7%BA%A7)
## 效果
### Java 版
- 1级玩家可无视重生点保护。
- 2级玩家或执行者可以使用更多命令详见[命令](https://minecraft.fandom.com/wiki/Commands)页面),玩家可以使用命令方块。(作弊命令)
- 3级玩家或执行者可以使用更多命令。多人管理
- 4级玩家或执行者可以使用所有命令。服务器管理
### 基岩版
玩家可以使用对应其等级的命令,拥有更高权限等级的玩家可以使用需要较低权限等级的命令。
## 定义
### Java 版
在 Java 版中,可用的权限等级为 0、1、2、3 以及 4。
- 命令方块或命令方块矿车拥有权限等级 2。
- 服务器控制台拥有权限等级 4。
- 函数Function拥有权限等级 2可以在 `server.properties` 中修改)。
- 对于玩家:
- 若玩家在服务器中拥有 OP 权限,其权限等级可在服务端的 `ops.json` 文件中指定,默认权限等级可在 `server.properties` 中设置。
- 若玩家处于单人世界或为局域网世界的所有者(房主),且启用了作弊,则其权限等级为 4。
### 基岩版
在基岩版中,可用的权限等级为 0、1、2、3 以及 4。