Festival icon indicating copy to clipboard operation
Festival copied to clipboard

question: permission to enter the area

Open Smorted opened this issue 3 years ago • 2 comments

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

Smorted avatar Jul 08 '21 19:07 Smorted

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.

genboy avatar Jul 19 '21 21:07 genboy

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")

Smorted avatar Jul 19 '21 23:07 Smorted