-
Notifications
You must be signed in to change notification settings - Fork 0
Permission Management
Permissions are managed with a few basic commands. Let's dive in.
Permissions can be added directly to a player if you don't want to put them onto a group. Using the command /permissify player addpermission <username> <permissions...>
where <username>
is the name of the player that you want to add to, and <permissions...>
is the list of permission you would like to add.
Using the command /permissify player removepermission <username> <permission>
where <username>
is the name of the player that you want to remove from, and <permission>
is the permission that you would like to remove.
To list the permissions on a player, use the command /permissify player listpermissions <username>
where <username>
is the name of the player who's permissions you would like to list. This shows all permissions the player has, whether it's from a group, or on the player.
To list the groups that a player is in, use the command /permissify player listgroups <username>
where <username>
is the name of the player who's groups you would like to list.
Main groups are the groups that modules would be using for customization pertaining to the player's groups. To set a main group for a player, use /permissify player primarygroup <username> [group]
where <username>
is the name of the player to set, and [group]
is the group to set to. If the group is not provided, then you will get the current primary group.