• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Permissions Question

Sawyer

Verified Member
So i am creating a server, where players rankup over time, and each rank has certain permission nodes. Ex;
The first rank is Novice, which allows commands like bending.choose.air, bending.ability.airswipe
etc.

So basically ranking up allows for new abilities to be unlocked, however, it seems that Novice (the first rank) lets players use most of the abilities. Like suffocate, and the ones i dont want them to have. Yes i have deopped myself, yes i changed my rank through the console. I believe the problem lies within the fact that the default permission for everyone is bending.player
Allowing all players to use bending. Now, where can i remove this default permission? I checked up and down the Korra.config file, and the groups.yml file.

If anyone has an idea to where i can fix this, please let me know. Thanks in advance!
 

Simplicitee

Staff member
Plugin Developer
Verified Member
So i am creating a server, where players rankup over time, and each rank has certain permission nodes. Ex;
The first rank is Novice, which allows commands like bending.choose.air, bending.ability.airswipe
etc.

So basically ranking up allows for new abilities to be unlocked, however, it seems that Novice (the first rank) lets players use most of the abilities. Like suffocate, and the ones i dont want them to have. Yes i have deopped myself, yes i changed my rank through the console. I believe the problem lies within the fact that the default permission for everyone is bending.player
Allowing all players to use bending. Now, where can i remove this default permission? I checked up and down the Korra.config file, and the groups.yml file.

If anyone has an idea to where i can fix this, please let me know. Thanks in advance!
if you don't want them to use certain abilities, add the permission "-bending.ability.<abilityname>"
 
Top