Config.yml

# Read http://dev.bukkit.org/server-mods/commandrank-permissionsbukkit/pages/config-yml/  for more infos
CommandRank:
#Here you can disable that the defaults will be added every restart.
  DontAddDefaults: true
#Message if player doesn't has permissions
  NoPermissions: You do not have permissions!
#Message if player wrote any arguments
  NoArguments: This command has no arguments!
  Economy:
#Message when plugin can not access players economy account
    Failed: /AcceptRules failed
#Message when player doesn't have enough moneyy
    NotEnoughMoney: You need %price% money
#Here you can disable economy
    Enabled: false
#This text has to be on the first line of a RankUp sign
  SignText: '[RankUp]'
#Message when player was to less online
  ToLessOnline: You were to less online for RankUp
#Here you can disable that the onlineTime will be saved
  OnlineTimeEnabled: false
  KillListener:
#Here you can disable the KillListener
    Enabled: false
#List of RankUp after x amount of kills
    List:
#Example: If player has killed 5 Players with the right permissions, the RankUp to prisoner will be executed
    - Prisoner:5
  Pw:
#Message when player wrote the wrong password
    WrongPw: You need the right password to execute the RankUp
  AutoTimeRankUp:
    Settings:
#Example: If player was 30 seconds online, the Default RankUp will be executed
    - Default:30
#Here you can disable the AutoTimeRankUp
    Enabled: false
#Configuration of Default RankUp
  Default:
#This is the time, a player has to be online for RankUp
    OnlineTime: 0
#This is the PermissionsBukkit group
    Group: user
#Message if player successfully executed the RankUp
    RankUp: You are now in the group user!
    Economy:
#Economy price
      Price: 500
#PermissionsBukkit RankUp command?
    PermissionsBukkitCommand: true
#Here you can enable that the command below will be executed
    UseCommandBelow: false
#Command (you can change it)
    Command: permissions player setgroup %name% user
#Here you can enable that the commands below will be executed
    UseCommandListBelow: false
#Commands
    CommandList:
    - world yourmainworld
    - user %player%
    - user setgroup user
#Here you can enable that the commands below will be executed 
    UsePlayerCommandListBelow: false
#Commands (the player will execute them)
    PlayerCommandList:
    - warp user
    - me is now user
    Actions:
#Here you can enable that the player will be dressed in x armor
      LeatherArmor: true
      IronArmor: false
      GoldArmor: false
      ChainArmor: false
      DiamondArmor: false
#Here you can enable that the players hunger will be set to 20
      Food: true
#Here you can enable that the player will be healed
      Heal: true
#Here you can enable that the player will get tools
      WoodenTools: true
      StoneTools: false
      IronTools: false
      GoldTools: false
      DiamondTools: false
    ItemsNeeded:
#Example: The player need 10 log and 60 dirt for RankUp ([[http://jd.bukkit.org/apidocs/org/bukkit/Material.html|itemlist]])
      List:
      - LOG:10
      - DIRT:60
#Here you can disable that the player need items
      Enabled: false
    GetItems:
#Example: The player will get 10 log and 15 torches
      List:
      - LOG:10
      - TORCH:15
#Here you can disable that the player will get items
      Enabled: true
    Pw:
#Here you can enable that the player need a password for RankUp
      Enabled: false
#Thats the password, the player need
      Pw: Password
#[[http://dev.bukkit.org/server-mods/commandrank-permissionsbukkit/pages/custom-boolean-and-action/|Info about custom action / boolean]]
    Custom:
      Action:
#Here you can enable your custom action
        Enabled: false
      Boolean:
#Here you can enable your custom boolean
        Enabled: false
#OtherRankUps are nearly the same as the default RankUp
  OtherRankUps:
    Builder:
      OnlineTime: 5000
      Economy:
        Price: 1000
      Msg: You are now in the group builder!
      Command: permissions player setgroup %name% builder
      UseCommandListBelow: false
      CommandList:
      - world yourmainworld
      - user %player%
      - user setgroup builder
      UsePlayerCommandListBelow: false
      PlayerCommandList:
      - warp builder
      - me is now builder
      Actions:
        LeatherArmor: false
        IronArmor: true
        GoldArmor: false
        ChainArmor: false
        DiamondArmor: false
        Food: true
        Heal: true
        WoodenTools: false
        StoneTools: false
        IronTools: true
        GoldTools: false
        DiamondTools: false
      ItemsNeeded:
        List:
        - IRON_INGOT:50
        - COAL:40
        - DIAMOND:3
        Enabled: true
      GetItems:
        List:
        - COAL:50
        - LOG:50
        - WOOL:50
        Enabled: true
      Pw:
        Enabled: false
        Pw: Password
      Custom:
        Action:
          Enabled: false
        Boolean:
          Enabled: false
    Admin:
      OnlineTime: 10000
      Economy:
        Price: 2500
      Msg: You are now in the group admin!
      Command: permissions player setgroup %name% admin
      UseCommandListBelow: false
      CommandList:
      - world yourmainworld
      - user %player%
      - user setgroup admin
      UsePlayerCommandListBelow: false
      PlayerCommandList:
      - warp admin
      - me is now admin
      Actions:
        LeatherArmor: false
        IronArmor: false
        GoldArmor: false
        ChainArmor: true
        DiamondArmor: false
        Food: true
        Heal: true
        WoodenTools: false
        StoneTools: false
        IronTools: false
        GoldTools: false
        DiamondTools: true
      ItemsNeeded:
        List:
        - DIAMOND:30
        - GOLD_INGOT:30
        - OBSIDIAN:5
        Enabled: true
      GetItems:
        List:
        - DIAMOND:3
        - STICK:4
        - IRON_INGOT:3
        Enabled: true
      Pw:
        Enabled: false
        Pw: Password
      Custom:
        Action:
          Enabled: false
        Boolean:
          Enabled: false
    Prisoner:
      OnlineTime: 0
      Economy:
        Price: 0
      Msg: You are now Prisoner!!!
      Command: permissions player setgroup %name% prisoner
      UseCommandListBelow: false
      CommandList:
      - world yourmainworld
      - user %player%
      - user setgroup prisoner
      UsePlayerCommandListBelow: false
      PlayerCommandList:
      - warp prison
      - me is now prisoner
      Actions:
        LeatherArmor: false
        IronArmor: false
        GoldArmor: false
        ChainArmor: false
        DiamondArmor: false
        Food: false
        Heal: false
        WoodenTools: false
        StoneTools: false
        IronTools: false
        GoldTools: false
        DiamondTools: false
      ItemsNeeded:
        List:
        - DIAMOND:30
        - GOLD_INGOT:30
        - OBSIDIAN:5
        Enabled: false
      GetItems:
        List:
        - DIAMOND:3
        - STICK:4
        - IRON_INGOT:3
        Enabled: false
      Pw:
        Enabled: false
        Pw: Password
      Custom:
        Action:
          Enabled: false
        Boolean:
          Enabled: false

Comments

Posts Quoted:
Reply
Clear All Quotes