-
Notifications
You must be signed in to change notification settings - Fork 0
Player Management
Permissions can be added directly to the player instead of assigning them to a group. To do so, use this command: /permissify player addpermission [player] [permission]
where [player]
is the name of the player to add to, and [permission]
is the permission to add.
To remove player-specific permissions, use this command: /permissify player removepermission [player] [permission]
where [player]
is the player to remove from, and [permission]
is the permission to remove.
Getting permissions returns all permissions, meaning that group permissions and player permissions are all shown here. (This might be changing in the future...). Use this command to list: /permissify player listpermissions [player]
where [player]
is the player to list.
WARNING SUPERADMIN IS THE HIGHEST ROLE IN PERMISSIFY AND SHOULD ONLY BE GIVEN TO YOUR MOST TRUSTED ADMINS! WE ARE NOT RESPONSIBLE FOR ANY DAMAGES TO YOUR SERVER!
/permissify superadmin [player]
where [player]
is the player you would like to be a super admin.
To add a player to a group, use this command: /permissify player addgroup [player] [group]
where [player]
is the name of the player you would like to add to a group, and [group]
is the group to add to.
To remove a player from a group, use this command: /permissify player removegroup [player] [group]
where [player]
is the name of the player you would like to remove from a group, and [group]
is the group to remove the player from.
To list all group a player is in, use the following command: /permissify player listgroups [player]
where [player]
is the player who's groups to list.
The main group is the group that will be displayed in formatted messages. To set a player's default group, use this command: /permissify player setmain [player] [group]
where [player]
is the player who's main group to set, and [group]
is the new main group.