How to set up pex promotion

Discussion in 'Bukkit Help' started by friendjt, Jan 6, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    friendjt

    For buycraft some of my players want to upgrade from the first donation to another one such as 10>25 but i understand i need to make it so in buycraft commands I do promotion but I dont know how to make one group lower than the other if you can help that'd be great my groups go donate>vip>elite>hero>demigod>god
    pex config:
    http://pastebin.com/Lp3jG45z
     
  2. Offline

    PolarCraft

    friendjt If you didnt know you can use this section for commands to be in one group to another.
    inheritance:
     
  3. Offline

    friendjt

    Would i just put like inheritance:donator for vip rank?
     
  4. Offline

    JaguarJo

    friendjt You would format it like this:
    Code:
      vip:
        prefix: '&b[&2VIP&b]'
        permissions:
        - blablabla.bla
        - blablabla.blabla
        inheritance:
        - donator
     
    friendjt likes this.
  5. Offline

    friendjt

    For elite would i have to do
    inheritance:
    - donator
    - vip
    or just vip?
     
  6. Offline

    Impossiblepvp

    If you set a rank in Inheritance it means that they have the same permissions. So you just have to add new permissions to a higher rank. This is because otherwise you have to type all permission nodes again and again.
     
  7. Offline

    JaguarJo

    friendjt You would just do vip. Since vip gets donator, elite would get the donator perms thru getting vip.
     
  8. Offline

    friendjt

    Thank you this worked
     
Thread Status:
Not open for further replies.

Share This Page