Hello everyone
to add permission areas protection players
I looked at the example but I still only have the 3 displayed on the server even if I add other permissions
default permission
},
"area": {
"addplayer": false,
"removeplayer": false,
"setname": false
},
permission Areas
{
"area": {
"addplayer": false,
"canenter": true,
"canleave": true,
"removeplayer": false,
"setname": false
},
Hello everyone
to add permission areas
I looked at the example but I still only have the 3 displayed on the server even if I add other permissions
I tried several attempts but always the 3 by default are displayed
I may have an error name files or not in the correct file location
thanks all