Skip to content

Track Commands

This page describes the usage of DKPerms track-commands.

Important things to remember:

  • Required arguments are declared with <example>
  • Optional arguments are declared with [example]

Index


/perms track <name> create

Permission: dkperms.admin
Alias: c
Arguments:

  • <name> The name of the track to create

This command creates a new permission track to order groups.


/perms track <name> delete

Permission: dkperms.admin
Alias: d
Arguments:

  • <name> The name of the track

This command deletes an existing track.


/perms track <name> rename <newName>

Permission: dkperms.admin
Alias: re
Arguments:

  • <name> The name of the track
  • <newName> The new name of the track

Rename an existing track.


/perms track <name> add <group>

Permission: dkperms.admin
Alias: a
Arguments:

  • <name> The name of the track
  • <group> The permission group which should be added to this track

Add a permission group to this track.

/perms track <name> insert <group> <position>

Permission: dkperms.admin
Alias: i
Arguments:

  • <name> The name of the track
  • <group> The permission group which should be inserted to this track
  • <position> The position where to insert the group

Insert a permission group to this track.


/perms track <name> remove <group>

Permission: dkperms.admin
Alias: r
Arguments:

  • <name> The name of the track
  • <group> The permission group to remove from this track

Remove a permission group from this track.


/perms track <name> list

Permission: dkperms.admin
Alias: l
Arguments:

  • <name> The name of the track

List all groups of this track (ordered)


Last update: 2021-02-14