Group Commands¶
This page describes the usage of DKPerms group commands. The group command always starts with /perms group <group>
, while <group>
is the name of the group.
Important things to remember:
- Required arguments are declared with
<example>
- Optional arguments are declared with
[example]
Index
/perms group <group> info
/perms group <group> create
/perms group <group> delete
/perms group <group> rename <newname>
/perms group <group> copy <newname>
/perms group <group> members [scope]
/perms group <group> permission
/perms group <group> meta
/perms group <group> group
/perms group <group> setPriority <priorit>
/perms group <group> info
¶
Permission: dkperms.admin
Alias: i
Shows information about the group and its primary parent groups.
/perms group <group> create
¶
Permission: dkperms.admin
Alias: c
This command creates a new permission group that can be assigned to users or other groups.
/perms group <group> delete
¶
Permission: dkperms.admin
Alias: d
This command deletes an existing permission group, all players will be removed.
/perms group <group> rename <newname>
¶
Permission: dkperms.admin
Alias: d
Arguments:
<newname>
The new name of the group
This command renames an existing permission group.
/perms group <group> copy <newname>
¶
Permission: dkperms.admin
Alias: clone, c
Arguments:
<newname>
The name for the new group
This command copies an existing group and all its permissions, parent groups and metas.
/perms group <group> members [scope]
¶
Permission: dkperms.admin
Alias: n, list, players
Arguments:
[scope]
The scope to which the group should be assigned (by default, the namespace minecraft is used).
Lists all members of this group
/perms group <group> setPriority <priorit>
¶
Permission: dkperms.admin
Alias: priority, p
Arguments:
<priorit>
The priority to set (1 = Highest priority)
Set the main priority of your hierarchy structure to this group.
/perms group <group> permission
¶
Permission: dkperms.admin
Alias: permissions, perm, perms, p
Arguments:
...
Sub commands, see Permission Commands
With this command you can add, delete, change or list permissions of a group. You can find a more detailed explanation here.
/perms group <group> meta
¶
Permission: dkperms.admin
Alias: m, properties
Arguments:
...
Sub commands, see Meta Commands
With this command you can add, delete, change or list metadata of a group. You can find a more detailed explanation here.
/perms group <group> group
¶
Permission: dkperms.admin
Alias: group, g
Arguments:
...
Sub commands, see Parent Commands
With this command you can set, add, delete or list inherited groups (parents) of a group. You can find a more detailed explanation here.