For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/enums/CommandPermissionLevel.md.

Enumeration: CommandPermissionLevel

permission

Beta

执行自定义命令所需的权限等级。

The required permission level to execute the custom command.

Enumeration Members

Admin

Admin: 2

Beta

Remarks

任何操作员都可以运行此命令,但不包括命令方块。

Any operator can run this command, but NOT command blocks.


Any

Any: 0

Beta

Remarks

任何对象都可以运行此等级。

Anything can run this level.


GameDirectors

GameDirectors: 1

Beta

Remarks

任何操作员都可以运行此命令,包括命令方块。

Any operator can run this command, including command blocks.


Host

Host: 3

Beta

Remarks

任何服务器主机都可以运行此命令。

Any server host can run this command.


Owner

Owner: 4

Beta

Remarks

仅专用服务器可以运行此命令。

Only dedicated server can run this command.

同领域相关