Plugin Help [Prison] Pex Donor Rank Format

Discussion in 'Plugin Help/Development/Requests' started by glasseater, Feb 4, 2015.

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

    glasseater

    have been developing a prison server, and am setting up Donor Ranks. However. I still want to have their level i.e "A" So I would like the format to be "{MINE RANK (A)} {RANK} {USERNAME} {MESSAGE} So overall it it were in chat it would look like [A] [Master] glasseater84> Hey everyone!

    This is my current PEX setup.

    Code:
    groups:
      A:
        options:
          default: true
          prefix: '&8[&6A&8] &f'
          weight: '20'
        permissions:
        - essentials.balance
      B:
        inheritance:
        - A
        options:
          prefix: '&8[&6B&8] &f'
          weight: '19'
      C:
        inheritance:
        - B
        options:
          prefix: '&8[&6C&8] &f'
          weight: '18'
      D:
        inheritance:
        - C
        options:
          prefix: '&8[&6D&8] &f'
          weight: '17'
      E:
        inheritance:
        - D
        options:
          prefix: '&8[&6D&8] &f'
          weight: '16'
    schema-version: 1
    How would I make it look like this: http://gyazo.com/d1e149ee47688321582ed23895a07206 See how there are two ranks? That is how I want it setup!

    Thanks a lot in advance!

    - Glass
     
Thread Status:
Not open for further replies.

Share This Page