Remove group
Description
Remove a group to the subject. The subject will then no longer inherit of the permissions, options and parents of the group.
Permission
permissionmanager.commands.subject.remove.group.<parent>
Command
/pm <collection> <subject> remove group <parent> [-s <server>] [-w <world>]
Options
-s
: The server where the subject will no longer have the group.-w
: The world where the subject will no longer have the group.
Examples
Remove a group to a player.
/pm user player_name remove group parent_to_add
Remove a group to a group.
/pm group group_name remove group parent_to_add
Remove a group to the default subject.
/pm default default remove group parent_to_add
Remove a group for the world DIM1
.
/pm <collection> <subject> remove group parent_to_add -w DIM1
Remove a group for a server. Only works if you have more than one server connected to your database.
/pm <collection> <subject> remove group parent_to_add -s server_name
Remove a group for the server test.permissionmanager.com
in the world DIM-1
for 2 minutes.
/pm <collection> <subject> remove group parent_to_add -s test.permissionmanager.com -w DIM-1 -t 120
Updated almost 8 years ago