1

Its getting complicated in pex worth it?

nahtnam 6/10/13 9:14 pm
164
6/12/2013 5:46 pm
Hi, here is what im planning to do with my PEX:

Member:
default: true
permissions:
- modifyworld.*
- essentials.afk
- essentials.balance
- essentials.balancetop
- essentials.chat.color
- essentials.chat.shout
- essentials.chat.question
- essentials.depth
- essentials.home
- essentials.ignore
- essentials.mail
- essentials.mail.send
- essentials.me
- essentials.msg
- essentials.pay
- essentials.signs.use.*
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpahere
- essentials.tpdeny
- essentials.warp
- essentials.warp.list
prefix: '&f[&9Member&f]'
worlds:
HungerGames:
permissions:
- modifyworld.*
- essentials.spawn
- sg.arena.join.*
- sg.lobby.join
- sg.arena.vote
SGArena1:
permissions:
- modifyworld.*
- sg.arena.join.*
- sg.lobby.join
- sg.arena.vote
SGArena2:
permissions:
- modifyworld.*
- sg.arena.join.*
- sg.lobby.join
- sg.arena.vote
options:
build: true
rank: '1000'


I was just wondering if its worth is to give perms per world, or should i just give all perms in permission section and not have perms per world.
Posted by
nahtnam
Level 18 : Journeyman Modder
5

  Have something to say?

JoinSign in

4

nahtnam
06/12/2013 5:46 pm
Level 18 : Journeyman Modder
Ohhhh.. Never thought of that... LOL thanks!
1
oggehej
06/12/2013 4:08 am
Level 18 : Journeyman Toast
Well, I got no idea how many worlds you got, so expect you got more than those. The thing you can do is to "remove" the permission for specific worlds.

Here's an example:
Member:
default: true
permissions:
- essentials.home
prefix: '&f[&9Member&f]'
worlds:
HungerGames:
permissions:
- -essentials.home
options:
build: true
rank: '1000'

So basically this will allow the user to do /home in all worlds, except the "HungerGames" world.
Please note that it's:
-(hyphen) -(minus)essentials.home
1
nahtnam
06/11/2013 6:10 pm
Level 18 : Journeyman Modder
The thing is I dont want people to do /kit when in the middle of hunger games, and get a Battlekits kit...
1
oggehej
06/11/2013 11:16 am
Level 18 : Journeyman Toast
I personally think you should have them in the general section, since you're only repeating the permission in every single world, which is unnecessary.
1

Welcome