• 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

Adding Abilities without adding all of them

Dusk

New Member
Hey there.

Is it possible to add the ability say WaterManipulation to a GroupManager group without having them be able to use all of the abilities in Water? I was to set up 'ranks' for each element so when they join and choose an element using a sign but they will only be able to use a couple of abilities and then buy more with in game money. But when I add permission bending.ability.WaterManipulation it adds and they also get the Type WaterBender but they get all of the abilities. Help?
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
Yes, all moves have permissions. If a player doesn't have access to bending.ability.MOVENAMEHERE then they won't be able to use that ability. But of course, it depends on the order the permissions are checked in. Players are granted bending.player by default, which grants them bending.water, which grants them all water moves. So you might have to negate bending.water, then grant them the ones they are able to use for it to work properly.
 
Top