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
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
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
