1

Help with pex

laish 3/22/14 11:42 pm
134
3/23/2014 12:42 am
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.
Posted by
laish
Level 19 : Journeyman Hunter
8

  Have something to say?

JoinSign in

1

ssSkillzzz
03/23/2014 12:42 am
Level 5 : Apprentice Crafter
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:
1

Welcome