1
Group manager (Essentials kit and warp)
Hello there PMC player's
Today i am asking for help with premissions.
So im asking help with how to stop players from doing /warp dshop or /warp staff or vip could you please leave a command down below e.g. - essentials.warp.no.staff like that.
Also how to stop players from using higher donater's kits.
thanks and please leave a comment.
Today i am asking for help with premissions.
So im asking help with how to stop players from doing /warp dshop or /warp staff or vip could you please leave a command down below e.g. - essentials.warp.no.staff like that.
Also how to stop players from using higher donater's kits.
thanks and please leave a comment.
10
-snip-
Wow that's not what i thought the first person reply would say and no im sure there are people that will just give me the answer instead of asking for money.
First of all in the essentials config you would have to set:
per-warp-permission to true. Next you would do something like essentials.warps.[warpname] for each warp you want them to be able to do. Another way for configuring the nodes would be using essentials.warps.* giving access to all the warps and then doing -essentials.warps.[warpname] with the ones you want to remove. If you need any more help feel free to msg me.
per-warp-permission to true. Next you would do something like essentials.warps.[warpname] for each warp you want them to be able to do. Another way for configuring the nodes would be using essentials.warps.* giving access to all the warps and then doing -essentials.warps.[warpname] with the ones you want to remove. If you need any more help feel free to msg me.
To save you being ripped off for a 2 second bit of information, the nodes you want are (note the -'s):
For the warps:
[Edit] Remember to set per-warp-permission to true as pointed out by Tyler141414
For the kits:
Alternatively, you can grant each rank the kits they unlock at that level, and inherit all other nodes from previous rank.
-flamin
For the warps:
essentials.warp.*
-essentials.warp.dshop
-essentials.warp.vip
-essentials.warp.staff
[Edit] Remember to set per-warp-permission to true as pointed out by Tyler141414
For the kits:
essentials.kits.*
-essentials.kits.[higher rank]
Alternatively, you can grant each rank the kits they unlock at that level, and inherit all other nodes from previous rank.
-flamin
flamin is that stoping players from using the warps and kits or is that giving them access to it? btw i wanted to stop them from using kits and warps
Ok, so are you wanting to block them from all warps and kits or just selected?
The method I posted previously is for select, for all you just don't assign them any essentials.[warp|kits] node
The method I posted previously is for select, for all you just don't assign them any essentials.[warp|kits] node
i just want them to have some kits and warps e.g.
Fred123 (Premium) Donater has premission to /warp dshop and kit premium
BUt instead Fred123 has premission to all warps and kits. i hope you understand this so i just want him to have the premission to /warp dshop and kit premium and not the others that i posted .
Fred123 (Premium) Donater has premission to /warp dshop and kit premium
BUt instead Fred123 has premission to all warps and kits. i hope you understand this so i just want him to have the premission to /warp dshop and kit premium and not the others that i posted .
Ok, so you'd want something like this:
If you have granted essentials.* or similar somewhere in the default permissions, then you should add "-essentials.warp.*" and "-essentials.kits.*" to the default group
Click to reveal
groups:
Builder:
default: true
permissions:
- [Your default perms]
inheritance: []
Donator:
default: false
permissions:
- essentials.warp.dshop
- essentials.kit.premium
inheritance:
- Builder
If you have granted essentials.* or similar somewhere in the default permissions, then you should add "-essentials.warp.*" and "-essentials.kits.*" to the default group
ok just making sure is it - -essentials.warp.staff to stop them from doing /warp staff?.
Yep ^^ (as long as you have the per-warp-permission flag set to true in the config file)
