Command Examples

Command

Its only required to fill out this, if you set UsePermissionEconomyHook to false. Otherwise this Plugin will use the Hook to manage the Groups instead of sending commands to the Server.

Use <player> and <group> on the position for the playername and the groupname. These will be replaced on runtime by the Plugin.

Its recommend to use this, if the Hook doesnt work. Otherwise its recommend to use the Hook.

GroupManager

Commands:
  AddGroup:
    Add: 'manuaddsub <player> <group>'
    Remove: 'manudelsub <player> <group>'
  SetGroup:
    Set: 'manuadd <player> <group>'

I am not sure with the GroupManager configuration. If there is an error, please let me know it

PermissionsEx

Commands:
  AddGroup:
    Add: 'pex user <player> group add <group>'
    Remove: 'pex user <player> group remove <group>'
  SetGroup:
    Set: 'pex user <player> group set <group>'

bPermissions

Can not be used for Commands. bPermissions required more than one command to set or add a Group to a Player

PermissionsBukkit

Commands:
  AddGroup:
    Add: 'permissions player addgroup <player> <group>'
    Remove: 'permissions player removegroup <player> <group>'
  SetGroup:
    Set: 'permissions player setgroup <player> <group>'