I swear pex shouldn't be this hard for me... Oh boy, I'm back and I need more PEX HELP! So here's the briefing, essentially I have 2 worlds, spawn and survival. Now on survival i want them to be able to do certain things but in spawn they can do other things, so you cant do /shop in the spawn. But of course, PEX Hates me.... See for yourself... Code (YAML): groups: Recruit: options: default: true prefix: '&7&l[&7Recruit&l] ' permissions: worlds: survival: permissions: - modifyworld.* - essentials.tpahere - essentials.tpaccept - essentials.tpa - essentials.help - essentials.tpdeny - essentials.delhome - essentials.home - essentials.sethome - essentials.afk - essentials.afk.auto - essentials.list - essentials.pay - essentials.balance - essentials.balance.others - multiverse.portal.access.lobbysurvival - essentials.pay - essentials.getpos.others - essentials.getpos - shop.use - setspawn.spawn - essentials.tpahere - essentials.tpaccept - essentials.tpa - essentials.help - essentials.tpdeny - essentials.delhome - essentials.home - essentials.sethome - essentials.afk - essentials.afk.auto - essentials.getpos - essentials.list - essentials.pay - essentials.balance - essentials.balance.others - essentials.pay - essentials.getpos.others - essentials.getpos - shop.use - setspawn.spawn - essentials.warp - essentials.warps.survival spawn: permissions: - modifyworld.* - essentials.help - essentials.afk - essentials.afk.auto - essentials.list - essentials.pay - essentials.balance - essentials.balance.others - multiverse.portal.access.lobbysurvival - setspawn.spawn Member: options: prefix: '&3[&lMember&3]&3 ' permissions: worlds: survival: permissions: - essentials.sethome.multiple permissions: lobby: - modifyworld.* inheritance: - Recruit VIP: options: prefix: '&f&l[&eV.I.P.&f&l] ' permissions: - essentials.sethome.multiple.vip - essentials.feed inheritance: - Recruit Owner: options: prefix: '&6[&cOwner&6]&a&l ' permissions: - '*' schema-version: 1