PreciousStones

PreciousStones

269k Downloads

Permission per stone

zPorto opened this issue ยท 8 comments

commented

Hi! First of all, nice plugin!
But How can I give my groups acess to just 1 stone?
Is it possible?

Thanks!

commented

You mean let them each player create one field of a specific type? Or let a certain group access one of the configured stones but not the others?

commented

Thanks. No prob :)

commented

Btw, in case you didn't know. You can delete the stones that you don't need from the config to get rid of them and only leave the ones you want. Like you can delete them all and only leave the 1.

commented

Yeah I noticed!
Thanks!

commented

I mean let a certain group acess one of the configured stones, but not the others!
And thanks for the outstanding quality and speed in answering my question!

commented

Here is an example, say you have 2 stones configured on the config. City Protection, and Entry Bouncer:

You could add this flag to the City Protection:

required-permission: city-protection.permission

And add this flag to the Entry Bouncer:

required-permission: entry-bouncer.permission

Then in your permissions setup, add those permission only to the groups you want to have access to them:

members:
   city-protection.permission: true
vips:
   city-protection.permission: true
   entry-bouncer.permission: true
commented

Thanks man! REALLY.,.. OUTSTANDING WORK!