• 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

Plugin nodes

EpicDeath

Verified Member
If anyone could help me out here, I have added some extra abilities in but they are given to all default players... Is it possible to only have it given by permission node without disabling the ability from config?

I have checked the wiki and can't find any of the skill nodes but the node for ALL the skills...
 

Gahshunk

Verified Member
Each ability has it's own permission node that follows this format

bending.ability.<abilityname>

So, for example, for AirBlast, it would be 'bending.ability.airblast'
If you use Group Manager, you can negate perm nodes for grounds by adding a hyphen, example: '-bending.ability.airblast'
 

Gahshunk

Verified Member
What permission plugin do you use?
Group manager allows you to give permissions to player with '/manuaddp <player> <perm node>'
 

EpicDeath

Verified Member
What permission plugin do you use?
Group manager allows you to give permissions to player with '/manuaddp <player> <perm node>'
I'm using group manager, but every time i add a single perm to a default user, they still have access to the other skills that i dont want them to have...
 

Gahshunk

Verified Member
If you use Group Manager, you can negate perm nodes for grounds by adding a hyphen, example: '-bending.ability.airblast'
Just negate it from the entire group with '/mangaddp <group> -<perm node>'
The hyphen (-) is important for removing the permission!
 

SenpaiBlaze

Verified Member
thats because all skills are default. Go to this: "ServerFilesBlah > Plugins > ProjectKorra > Config.yml"

Then change default on them. Hope I helped

<3 Blaze
 

EpicDeath

Verified Member
thats because all skills are default. Go to this: "ServerFilesBlah > Plugins > ProjectKorra > Config.yml"

Then change default on them. Hope I helped

<3 Blaze
Do i disable the ability? Cause i don't see where it says default ._.
I'm using NotePad++
 

SamuraiSnowman

Verified Member
Do i disable the ability? Cause i don't see where it says default ._.
I'm using NotePad++
Certain abilities are given to players without even having to setup up the permission (for example, earthblast), if you would like to remove this move from player using group manager, you would execute this command:
/manuaddp <player> -bending.ability.<move>
If I was going to remove earthblast, it would look like this:
/manuaddp <player> -bending.ability.earthblast
To add it to a group, simply substitute the command like so:
/mangaddp <group> -bending.ability.<move>
If you have added a custom ability that doesn't have it set to default, and want one player to have it, do this:
/manuaddp <player> bending.ability.<move>
PS: I don't think there is anything about being 'default' in the config.
 

EpicDeath

Verified Member
Certain abilities are given to players without even having to setup up the permission (for example, earthblast), if you would like to remove this move from player using group manager, you would execute this command:

If I was going to remove earthblast, it would look like this:

To add it to a group, simply substitute the command like so:


If you have added a custom ability that doesn't have it set to default, and want one player to have it, do this:


PS: I don't think there is anything about being 'default' in the config.
Nvm, I got it now. Wasn't looking all the way through this.
 
Top