Edit

PlayerPermissionLevel Enumeration

The player permission level.

Constants

Visitor

Visitor = 0

Visitors can only observe the world, not interact with it.

Member

Member = 1

Members can build and mine, attack players and mobs, and interact with items and entities.

Operator

Operator = 2

Operators can teleport and use commands, in addition to everything Members can do.

Custom

Custom = 3