Pex not using Pex/Suffix of different groups.
EthanRPro opened this issue ยท 0 comments
Currently I want to display the prefix of my ingame $$$ ranks and then display the suffix of my donator ranks, but for whatever reason I cannot get it to work.
Currently if I weight my ingame rank lower, it will correctly display the ingame ranks prefix but not the donator ranks suffix. If I set the donator ranks weight lower, then it will display the prefix of the default rank + the suffix of the donator rank.
Here is a basic overview of my PEX setup, I am certain its an error with my Rank/Weight settings, but I cannot find any information on using the two together.
Example:
Newbie:
options:
default: 'true'
prefix: '&f[&aN&f]&7'
rank-ladder: Guild
rank: '1'
weight: '1'
permissions:
- essentials.warps.newbie
NewbieI:
options:
prefix: '&f[&aN1&f]&7'
rank-ladder: Guild
rank: '2'
weight: '4'
inheritance:
- Newbie
permissions:
- newbieI.collector
- bossshop.open.command.rpnewbie1
- ezranks.rank.Newbie1
Noble:
options:
weight: '31'
rank: '31'
suffix: ' &2Noble'
rank-ladder: Donator
prefix: ''
inheritance:
- Newbie
permissions:
- essentials.warps.noble
So with the displayed setup, if a player as the rank NewbieI and Noble, I would only see the prefix for NewbieI
If I was to change the weight of the ranks around so Noble is a higher priority to NewbieI, then it would display the prefix for Newbie (Not NewbieI like I want it to) and the suffix of Noble