PermissionEX Inheritence Issue

Status
This thread has been locked.

ErrCode19

Banned
Feedback score
-2
Posts
991
Reactions
114
Resources
0
So.. Lately my inheritance has not been working. Every time I add a new plugin i have to add the permission to EVERY group. Its a pain in my a$$. Basically the donator ranks inherit each other aswellas a-z but if i add a perm to a it does not work. I will have my permissions.yml below.
http://hastebin.com/kiruqinaxi.hs
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

omarhachach

Your Friendly Neighbourhood Snorlax
Supreme
Feedback score
14
Posts
627
Reactions
359
Resources
0
Try putting the inheritance in ''.
So like this:
Code:
Inheritance:
- 'A'
 

omarhachach

Your Friendly Neighbourhood Snorlax
Supreme
Feedback score
14
Posts
627
Reactions
359
Resources
0
Why do A and B have the same weight?[DOUBLEPOST=1478180153][/DOUBLEPOST]
That doesn't really do anything, it can still detect the string either way
I remember it being like that, I am not sure if they have changed it though.
 

ErrCode19

Banned
Feedback score
-2
Posts
991
Reactions
114
Resources
0
I remember it being like that, I am not sure if they have changed it though.
I'll try it when I get home[DOUBLEPOST=1478196010][/DOUBLEPOST]Still needing help?
 
Last edited:
Banned forever. Reason: Rules violations

Tinkergolem

Premium
Feedback score
0
Posts
430
Reactions
120
Resources
0
This was how I set up my perms in pex and they seem fine.

Donator:
inheritance:
- Member
options:
default: false
prefix: ''
permissions:[DOUBLEPOST=1478239226][/DOUBLEPOST]
This was how I set up my perms in pex and they seem fine.

Donator:
inheritance:
- Member
options:
default: false
prefix: ''
permissions:

The spacing might be off, check if you need to
 

ErrCode19

Banned
Feedback score
-2
Posts
991
Reactions
114
Resources
0
This was how I set up my perms in pex and they seem fine.

Donator:
inheritance:
- Member
options:
default: false
prefix: ''
permissions:[DOUBLEPOST=1478239226][/DOUBLEPOST]

The spacing might be off, check if you need to
Donor:
permissions:
- autosell.shop.Donor
- autosell.sellall.Donor
- essentials.warps.Donor
- essentials.warp.Donor
- essentials.warps.Donor
- essentials.warp.Donor
- essentials.kit.Donor
- essentials.kits.Donor
- essentials.heal
- plots.plot.2
- playervaults.amount.3
inheritance:
- Supporter
options:
suffix: '&8(&3Donor&8)'
weight: '201'

??????? Is this correct.
 
Banned forever. Reason: Rules violations
Status
This thread has been locked.
Top