Skip to content

Group Management

Innectic edited this page Aug 2, 2018 · 2 revisions

List all groups

Use /permissify group list to list all currently registered groups.

Listing permissions on a group

Use /permissify group listpermissions <group> to list all permissions on a group.

Adding permissions to a group

Use /permissify group addpermission <group> <permissions...> where <group> is the name of the group to add the permissions to, and <permissions...> is the list of permissions to add to the group.

Removing permissions from a group

Use /permissify group removepermission [group] [permissions...] where [group] is the name of the group to remove permissions from, and [permissions...] is the permission to remove from the group.

Getting the default group

The default group is the group that players who have no groups will be put into on login. By default, there isn't one. See Setting the default group for how to set one.

/permissify group default will give you the current default group.

Setting the default group

See Getting the default group for an explanation for what the default group is.

/permissify group default <group> where <group> is the group to make the default.

Creating a group

To create a group, You need to decide a few things. The name of the group, the prefix text of the group, the suffix text, and the chat color.

If you would like to omit any of these, set them to &f, to just make them default to white.

/permissify group create [name] [prefix] [suffix] [chatcolor] will create the group. Once you have created the group, you'll probably want to add permissions to the group. To do so, proceeded to the next section.

Removing groups

Once you've removed a group, it cannot be recovered. Permissions assigned to the group and removed also.

/permissify group remove [group] where [group] is the name of the group you want to remove.