Skip to content

Player Management

Innectic edited this page Aug 26, 2017 · 1 revision

Adding permissions to a player

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.

Removing permissions from a player

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 on a player

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.

Setting a player to superadmin

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.

Adding a player to a group

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.

Removing a player from a group

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.

Listing groups a player is in

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.

Setting the main group of a player

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.