-
Notifications
You must be signed in to change notification settings - Fork 85
Level permissions
There are two different types of level permissions:
- Permission to build (
/perbuild
) - Permission to visit (
/pervisit
)
The color of a level name is based on the color of whichever rank is higher between perbuild and pervisit.
The command syntax to change permissions is exactly the same between build and visit.
As always, if you need a refresher in-game, use /help perbuild
or /help pervisit
- Use
/perbuild [rank]
- Use
/perbuild -max [rank]
To remove permission (blacklist):
- Use
/perbuild -[name]
To add permission (whitelist):
- Use
/perbuild +[name]
Adding and removing permission has different effects depending on their previous level of permission. If a player is already blacklisted from building, adding permission will just remove them from the blacklist. If a player is already whitelisted to build, removing permission will just remove them from the whitelist. Keep in mind that being whitelisted and being blacklisted both override the regular rank permissions.
The command arguments and behavior of changing pervisit is identical to perbuild, so I won't bother covering it again. However, there are a couple of noteworthy exceptions.
- If a level has a portal leading into it, using the portal will bypass visit permission completely.
- The main level (
/main
) can always be visited by any player regardless of visit permission.