Remove option
Description
Remove an option to the subject. The subject won't have the option anymore.
Permission
permissionmanager.commands.subject.remove.option.<option>
Command
/pm <collection> <subject> remove option <option> [-s <server>] [-w <world>]
Options
-s
: The server where the subject will have the option removed.-w
: The world where the subject will have the option removed.
Examples
Remove an option to a player.
/pm user player_name remove option option_to_remove
Remove an option to a group.
/pm group group_name remove option option_to_remove
Remove an option to the default subject.
/pm default default remove option option_to_remove
Remove an option for the world DIM1
.
/pm <collection> <subject> remove option option_to_remove -w DIM1
Remove an option for a server. Only works if you have more than one server connected to your database.
/pm <collection> <subject> remove option option_to_remove -s server_name
Remove an option for the server test.permissionmanager.com
in the world DIM-1
.
/pm <collection> <subject> remove option option_to_remove -s test.permissionmanager.com -w DIM-1
Updated almost 8 years ago