Skip to content

Permission Management

Innectic edited this page Aug 2, 2018 · 4 revisions

Permissions are managed with a few basic commands. Let's dive in.

Adding permissions to players

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.

Removing permissions from players

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.

Listing permissions on players

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.

Listing groups that a player is in

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.

Setting main groups

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.