1
Some essentials help?
Okay, so I just wanted to know this. Is there a way that if I use per-warp-permissions for essentials since I don't want non-donators to get into the donor shop, that everytime a new warp is made, that the non donors automatically get the permission to the warp? Please help!
4
Nice Rogue, I was reading the above posts and was about to say the same thing.
You can simply give access to all the warps and just deny the ones for the groups you don't want having them
the denied node ( - ) changes based on your permissions plugin, for bPerms it uses a carrot ( ^ ) and PermissionsBukkit uses a boolean ( essentials.warp.denied: false ).
permissions:
- -essentials.warp.this
- -essentials.warp.is
- -essentials.warp.denied
- essentials.warpthe denied node ( - ) changes based on your permissions plugin, for bPerms it uses a carrot ( ^ ) and PermissionsBukkit uses a boolean ( essentials.warp.denied: false ).
I realize that, but I want to know if there is a way that whenever I make a new warp that I want everyone to use, it automatically adds essentials.warp.whatever to all the groups
If you have permissions, instead of having essentials.warp, put essentials.warp.(name of warp), so they only have access to those warps. Then add to the donor's permissions, essentials.warp.donorshop(or whatever it's called). That's how I do it. Then normal users can't get into the donor shop. The essentials.warp is what's giving then permission.
