Multiple Rank up ladders? PEX/EZRanksPro

Discussion in 'Bukkit Help' started by ilov3garfield, Dec 18, 2018.

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

    ilov3garfield

    Hey, I am creating a server with multiple classes and I want them to have their own rank ladders, for example Goblin can rank up Goblin1-Goblin10, Orc can rank up Orc1-Orc10, etc. I spent a lot of time trying to do this, but no results, I only had 1 rank ladder working...
     
  2. Online

    timtower Administrator Administrator Moderator

  3. Offline

    ilov3garfield

    I'm using PEX and EzRanksPRO. But I can change if needed... I know that it's possible, but I haven't found information on internet and I didn't get it to work myself.
     
  4. Online

    timtower Administrator Administrator Moderator

  5. Offline

    ilov3garfield

    Yeah, but I need different rank ladders for different groups how I said in my first post. "multiple classes and I want them to have their own rank ladders, for example Goblin can rank up Goblin1-Goblin10, Orc can rank up Orc1-Orc10", I guess it's not the best explanation, but I hope you can understand. I want to have 10 groups in PEX Goblin1-Goblin10 and they would have different prefix/permissions. When someone who is Goblin1 types /rankup they get ranked to Goblin2, but when someone who is Orc1 types /rankup gets ranked to Orc2.
     
  6. Online

    timtower Administrator Administrator Moderator

    Doesn't it work as this then?
    Code:
    rankups:
      <fromgroup>:
        rankup_to: <togroup>
     
  7. Offline

    ilov3garfield

    Now I have something like:
    Code:
    rankups:
      Orc:
        order: 1
        prefix: '[Orc] '
        rankup_to: Orc1
      Orc1:
        order: 3
        prefix: '[Orc] '
        rankup_to: Orc2
      Orc2:
        order: 3
        prefix: '[Orc] '
        rankup_to: Orc3
      Goblin1:
        order: 4
        prefix: '[Goblin] '
        rankup_to: Goblin2
      Goblin2:
        order: 5
        prefix: '[Goblin] '
        rankup_to: Goblin3
      Goblin3:
        order: 6
        prefix: '[Goblin] '
        rankup_to: Goblin3
    and Orc rankups work fine, but Goblin rankups dont, I can't change Goblin ranks order 1-3 because they wont load then.
     
  8. Online

    timtower Administrator Administrator Moderator

  9. Offline

    ilov3garfield

  10. Online

    timtower Administrator Administrator Moderator

    Locked
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page