RankUp Command

First this plugin was created for PermissionsBukkit, but after a while, I added a feature to use this plugin with every permissions plugin.

Default:

  Default:
#PermissionsBukkit group
    Group: user
#If you have permissionsBukkit, disable this. If you use another permissions plugin, set this on true, then the permissionsBukkit command will not be executed, and instead of this, the command below will be executed by the console
    UseCommandBelow: false
#Command below
    Command: permissions player setgroup %name% user
#if you want, that the console executes multiple commands, set this on true
    UseCommandListBelow: false
#The example is for bPermissions
    CommandList:
    - world yourmainworld
    - user %player%
    - user setgroup user
.
.
.
.

Other RankUps:

#This command will be executed always on the rankUp
      Command: permissions player setgroup %name% builder
#If you want that the console executes more commands, set this on true
      UseCommandListBelow: false
#This are the commands (example is for bPermissions)
      CommandList:
      - world yourmainworld
      - user %player%
      - user setgroup builder
.
.
.
.

Comments

Posts Quoted:
Reply
Clear All Quotes