genboy / Festival

Custom events plugin for Pocketmine
https://genboy.net/minecraft/festival/
Other
39 stars 15 forks source link

question: permission to enter the area #309

Open Smorted opened 3 years ago

Smorted commented 3 years ago

is there a way to make it that only players with certain permission are able to enter a specific area?

like in simplewarp plugin when i make an area i can assign the permission "simplewarp.warpname" to a group and make the warp only accessible for those who have its permission

as far as i see theres only "whitelist" feature

genboy commented 3 years ago

Hi @Smorted, not directly, sorry. I can take a look what adjustments are needed and will try to find some time next couple of days to see how to accomplish that with specific permissions.

Smorted commented 3 years ago

well, i made it work for me by a way that i don't think is practical, maybe you can do it better

i basically added one more check to Festival.php at line 1368 which is $player->hasPermission("festival.$name")