How do I take a world inheritance list off. So let's say like factions inherits prison perms. I want them to be separate. I'm using pex BTW.
1
When you say factions inherits prison, what you really mean I am assuming is that "The groups for the factions world" inherits the perms. There are 2 possible things here. 1. Does the prison plugin handle the worlds that have permissions or does it leave it soley to PEX. As an example, I have a quake plugin and by default it put my quake shop permissions in my factions world.. I had to modify my Quake plugin's config file not PEX to fix that problem. Now if it is PEX then if you open your config file in the PEX plugin folder, under each group you have set up it will have a "Worlds" section. Like
worlds:
quakeworld:
permissions:
- quake.shop
factionsworld:
permissions:
- quake.shop
as an example.. to remove the shop from the factions world I would delete the permission from this world. so then it would read.
worlds:
quakeworld:
permissions:
- quake.shop
factionsworld:
permissions:
worlds:
quakeworld:
permissions:
- quake.shop
factionsworld:
permissions:
- quake.shop
as an example.. to remove the shop from the factions world I would delete the permission from this world. so then it would read.
worlds:
quakeworld:
permissions:
- quake.shop
factionsworld:
permissions:
