Double prefix for Prison

Discussion in 'Bukkit Help' started by boySnowy, Apr 24, 2014.

Thread Status:
Not open for further replies.
  1. Hello,

    Recently I have added donator ranks to my server, however right now, if you are a donator I made it so that your prefix becomes only the donator rank.
    For example if you are in Block B and you donated for Donator, you can only see the Donator rank.

    I have seen multiple servers do it like this; , how do I also make a 'double' prefix? So that you can see both the actual rank and the donator rank?

    [​IMG]


    Thanks,
     
  2. Offline

    Ajakks

    you have to have a Donator rank for each Cell block. at least thats the only way i've seen.

    So..

    Block A
    Donator Block A
    Block B
    Donator Block B
    etc..
     
  3. Ajakks
    Hello, I ment the [citizen] hijzai123 [elite] example , for example in my case; [A] boySnowy [Donator], I have setup the donator ranks and they work, but im just struggling with the prefixes.
     
  4. Offline

    Ajakks

    boySnowy
    so...
    this is what I mean..
    Code:
    groups:
      Block A:
        default: false
        prefix: 'Block A '
        permissions:
        - perm.node.1
      Block B:
        default: false
        prefix: 'Block B'
        permissions:
        - perm.node.2
      Donator Block A:
        default: false
        prefix: 'Block A '
        suffix: 'Donator'
        inheritance:
        -Block A
        permissions:
        - more.perm.nodes
      Donator Block B:
        default: false
        prefix: 'Block B'
        suffix: 'Donator'
        inheritance:
        - Block B
        permissions:
        - more.perm.nodes
    

    so you'll have 4 groups,( if you just have block A and B)
    and they will come up like this:
    [Block A] boySnowy
    [Block A] boySnowy [Donator]
    [Block B] boySnowy
    [Block B] boySnowy [Donator]

    does that make sense?
     
  5. Ajakks
    Yeh I get what you mean, thanks.
     
  6. Offline

    Ajakks

    boySnowy
    no problem, let me know if that doesn't work or if that's not exactly what you're looking for. I'll be back on this afternoon
     
Thread Status:
Not open for further replies.

Share This Page