Plugin Help Problems With Rankup &/Or PermissionsEx

Discussion in 'Plugin Help/Development/Requests' started by Sh0z, Feb 2, 2017.

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

    Sh0z

    Good day,

    So I am trying to make a Prison server (just to learn setting up servers.)
    As a ranking plugin, I am using "Rankup".

    I have the ranks A-Z, then "Free" and after that u can prestiege to P1-A to P1-Z, then u have P1-Free, and you can prestiege again to P2-A to P2-Z and then Free+ (wich is the last rank)

    Ive set this up in my PermissionsEx folder as you can see:
    http://pastebin.com/HKqLgZz7

    But I came across a problem. When Im ranking from A to Z & Free it works just fine, but then when I rank to P1-A, it either just gives the [A] Prefix (and not the assigned [P1-A] prefix, or just no prefix.
    As you can see here:
    http://imgur.com/a/L0KnK

    How can I fix this?

    Thanks.
     
  2. Offline

    OTF Catastrophe

    Can you possibly put your Rankup file into a pastebin? It might just be an issue with how Free > P1-A is set up. I've never really had the need to put dashes in rank names so I don't know but that could very well be an issue.

    Try doing /pex groups in game and see if P1-A shows up. If it does, try manually moving yourself to the group and see if it works. Let me know how things go :)
     
  3. Offline

    Drkmaster83

    Going from ranks A-Z, you did
    Code:
    options:
      prefix: "whatever"
    
    Starting with P1-A, you just do
    Code:
    prefix: "whatever"
    
    Add the options part for every other rank besides A-Z, you'll be good.
     
Thread Status:
Not open for further replies.

Share This Page