1
Hi, here is what im planning to do with my PEX:
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.
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.
4
Ohhhh.. Never thought of that... LOL thanks!
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:
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
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
The thing is I dont want people to do /kit when in the middle of hunger games, and get a Battlekits kit...
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.
