-
Notifications
You must be signed in to change notification settings - Fork 0
Group Management
Use /permissify group list
to list all currently registered groups.
Use /permissify group listpermissions <group>
to list all permissions on 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.
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.
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.
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.
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.
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.