• 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

Bending is not working

Exsudat

Verified Member
Hello my Name is Marcello,

my english is not so good sorry for that :D
my users can't use any bending ability, they can choose an element and bind the abilitys but dont use them.
they need to be operator to use the abilitys .

I tried to give the permission "bending.player" but it still wont work..
i hope you can help me
 

Jackson

Staff member
Digital Team
Moderator
Verified Member
@Exsudat
I'd make sure these permissions are added along with bending.player:

Code:
bending.player.*
bending.air.*
bending.water.*
bending.earth.*
bending.fire.*
bending.chi.*
If this doesn't work, you might have to also add bending.ability.* and remove whatever abilities you don't want them to have access to. For example, if you don't want them to have access to AirSpout:
Add bending.ability.*
Add -bending.ability.AirSpout
 
Top