#
About Player Permissions
There is a documentation for permission system that allows you to control what players can and cannot do.
Rebar exposes the same interface for both account and character permissions. This means that you can use almost the same code to check permissions regardless of the source.
Also, Rebar allows you to modify permissions when player is offline, with use of useVirtualDocument
.
#
Permission resolution order
When checking permissions, Rebar will check permissions in the following order:
- Account
- Account's groups
- Character
- Character's groups
This means that if you want to grant a permission to all player's characters, you should set it on the account level.
#
Useful links
#
Player permissions
#
Player groups
#
Using groups
#
Checking permissions