PEX rank ladder wiping groups

Status
This thread has been locked.

Ac3dUd3

Crocodile Hunter
Supreme
Feedback score
2
Posts
487
Reactions
261
Resources
0
NOTE: I AM JUST ASKING FOR HELP. I AM NOT PAYING PEOPLE TO HELP SO DO NOT WASTE A POST WITH YOUR SERVICES


Hiya!

I am currently having an issue with pex and i am not sure why, I own a network and all the other servers are fine except my prison server. basically on prison you start at default rank A then rankup to Z. however if someone wants to donate they can and then will get the donor rank Nobleman/woman. In buycraft on purchase the command runs <pex user {name} group add Noblewoman>. now what this SHOULD do is have both ranks in the players group like so
Code:
A (rank 240 @ default)
Countess (rank 96 @ donorfemale)

And this works on all the servers, however on prison it is deleting the default A group and just having Noblewoman. This is a problem because the user is now blocked from doing anything in game because they need the default rank ladder to play. I have no idea why it is doing this, if anyone can shed some light on this it would be highly appreciated


Code:
A:
    permissions:
    build: true
    options:
      rank: '240'
      prefix: '&7[&2A&7]: &9'
      default: true
      weight: '50'
Code:
Noblewoman:
    permissions:
    options:
      rank: '98'
      rank-ladder: donorfemale
      weight: '98'
      prefix: '&8[&aNoblewoman&8]&7'
      default: 'false'
      inheritance:
      - Member
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Hurt

Supreme
Feedback score
15
Posts
460
Reactions
98
Resources
0
Haha no one wants to help you because you aren't paying, so I'll be the kind soul :)

List out all your plugins first.
 

Ac3dUd3

Crocodile Hunter
Supreme
Feedback score
2
Posts
487
Reactions
261
Resources
0
Haha no one wants to help you because you aren't paying, so I'll be the kind soul :)
List out all your plugins first.
thats because everyone is money hungry grubs, the days people people just being nice to other humans are over. I am hoping someone has run into this specific issue before and found out how to fix it and is happy to share. Why would i pay for 1 sentence worth of information that would take 1 minute to fix. If i dont have that notice there people wont read and just post 'i can help for a small fee pm me' and not actually know what the issue is. this is not a plugin issue, my plugin list is not needed. this has something to do with pex.
I help people on here all the time for free because i know what its like being a new owner who cant figure something out

Take this to the Spigot Forum. There is a lot of people there willing to help for free. All of my issues have been resolved from members there.
i have posted on there as well :)
 

Hurt

Supreme
Feedback score
15
Posts
460
Reactions
98
Resources
0
thats because everyone is money hungry grubs, the days people people just being nice to other humans are over. I am hoping someone has run into this specific issue before and found out how to fix it and is happy to share. Why would i pay for 1 sentence worth of information that would take 1 minute to fix. If i dont have that notice there people wont read and just post 'i can help for a small fee pm me' and not actually know what the issue is. this is not a plugin issue, my plugin list is not needed. this has something to do with pex.
I help people on here all the time for free because i know what its like being a new owner who cant figure something out
It could be a plugin conflict.
 

UGaming

One man Cringe squad
Supreme
Feedback score
31
Posts
1,082
Reactions
684
Resources
3
thats because everyone is money hungry grubs, the days people people just being nice to other humans are over. I am hoping someone has run into this specific issue before and found out how to fix it and is happy to share. Why would i pay for 1 sentence worth of information that would take 1 minute to fix. If i dont have that notice there people wont read and just post 'i can help for a small fee pm me' and not actually know what the issue is. this is not a plugin issue, my plugin list is not needed. this has something to do with pex.
I help people on here all the time for free because i know what its like being a new owner who cant figure something out

Well people are not money hungry grubs as you say directly. But they are looking to be paid for this type of work. I cannot fully see the issue to I am not sure if I would be able to help yet.

But if I am correct, in you saying A is blocked.
Noblewoman is not inheriting A which it should be.
Try having NobleWoman inherit from A and Member.

(I do not know if this will actually solve the problem. I have recently fell ill and am kind of woosy.)

Good luck to you.
 

Ac3dUd3

Crocodile Hunter
Supreme
Feedback score
2
Posts
487
Reactions
261
Resources
0
Well people are not money hungry grubs as you say directly. But they are looking to be paid for this type of work. I cannot fully see the issue to I am not sure if I would be able to help yet.

But if I am correct, in you saying A is blocked.
Noblewoman is not inheriting A which it should be.
Try having NobleWoman inherit from A and Member.

(I do not know if this will actually solve the problem. I have recently fell ill and am kind of woosy.)

Good luck to you.
yeah sorry I grabbed the code from a diff config at the time as i had it open didnt realize till now lol. it was inheriting from A.

I fixed the issue anyway but thank you for commenting :)
 
Status
This thread has been locked.
Top