Edit

CommandPermissionLevel Enumeration

The required permission level to execute the custom command.

Constants

Any

Any = 0

Anything can run this level.

GameDirectors

GameDirectors = 1

Any operator can run this command, including command blocks.

Admin

Admin = 2

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

Host

Host = 3

Any server host can run this command.

Owner

Owner = 4

Only dedicated server can run this command.