Skip to content
hydrox edited this page Oct 5, 2011 · 8 revisions

Player-changing Commands

/changeplayer addperm <player> <permission> [world]

This adds the given permission-node to the player for a specific world. If no world is given, then the permission is set as global.

/changeplayer remperm player permission [world]

This removes the given permission-node from the player for a specific world. If no world is given, then the global-permission is removed.

/changeplayer addsub player subgroup

This add the given subgroup to the player.

/changeplayer remsub player subgroup

This removes the given subgroup from the player.

/changeplayer setgroup player group

This sets the main-group of the player. Players can only have one main-group.

/changeplayer has player permission

This checks if a players has the given permission.

/changeplayer promote player track

This moves a player up on the selected track.

/changeplayer demote player track

This moves a player down on the selected track.

/changeplayer listperms player [world]

This lists the group, direct subgroups, inherited subgroups and permissions for the given player.

/changeplayer setinfo player node data

This sets an info-node for the given player.

/changeplayer unsetinfo player node

This unsets an info-node for the given player.

/changeplayer delete player

This deletes a player. Only works if the player is offline.

Group-changing Commands

/changegroup addperm group permission [world]

This adds the given permission-node to the group for a specific world. If no world is given, then the permission is set as global.

/changegroup remperm group permission [world]

This removes the given permission-node from the group for a specific world. If no world is given, then the global-permission is removed.

/changegroup addsub group subgroup

This add the given subgroup to the group.

/changegroup remsub group subgroup

This removes the given subgroup from the group.

/changegroup new group

This creates a new group.

/changegroup listperms group [world]

This lists the direct subgroups, inherited subgroups and permissions for the given group.

/changegroup setinfo group node data

This sets an info-node for the given group.

/changegroup unsetinfo group node

This unsets an info-node for the given group.

Statistic commands

/droxstats groupnumbers

This prints out the number of Players of all groups

/droxstats subgroupmembers

This prints out the number of Players of all subgroups /droxstats groupmembers This prints out all Players of all groups (use with caution, it spams alot)

/droxstats subgroupmembers

This prints out all Players of all subgroups (use with caution, it spams alot)

Testing commands

Commands from this section should not be used on a production server, they are purely for testing the correct function of DroxPerms and create and delete user and group-data.

/testdroxperms

Commands to test the correct functioning of internal DroxPerms methods

Clone this wiki locally