• 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

HELP! Project Korra Group Setup assistance required !

Asif

Verified Member
Hey dude so mostly everything works as it's supposed to now except for 1 thing.

Moves such as Flight and blood bending are not able to be binded by normal players.

I have given the permissions necessary to use those abilities and I don't understand why it says "you do not have permission to do that" when I try to bind them while being in their respective groups.
 

Loony

Verified Member
You still haven't put them in the right places. You've put them in the inheritance place instead of permissions.
And avatar still has permission to /vanish
 

Finn_Bueno_

Staff member
Plugin Developer
Verified Member
Hey dude so mostly everything works as it's supposed to now except for 1 thing.

Moves such as Flight and blood bending are not able to be binded by normal players.

I have given the permissions necessary to use those abilities and I don't understand why it says "you do not have permission to do that" when I try to bind them while being in their respective groups.
Give them these 2:
Code:
Bending.water.bloodbending
Bending.air.flight
 

Asif

Verified Member
Okay so i did what you told me to but now when i try to use the group manager commands it tells me the same thing it did in the first place.


Screen Shot 2015-05-12 at 2.43.36 PM.pngScreen Shot 2015-05-12 at 2.43.32 PM.pngScreen Shot 2015-05-12 at 2.43.27 PM.png
 

Loony

Verified Member
Delete the ones you made, and make them as an exact replica of these;

Air:
default: false
permissions:
- bukkit.command.kill
- bending.ability.flight
- bending.air
inheritance:
- default
info:
prefix: '&7[Airbender]'
build: true
suffix: ''
Fire:
default: false
permissions:
- bukkit.command.kill
- bending.fire
inheritance:
- default
info:
prefix: '&4[Firebender]'
build: true
suffix: ''
Earth:
default: false
permissions:
- bukkit.command.kill
- bending.earth
inheritance:
- default
info:
prefix: '&2[Earthbender]'
build: true
suffix: ''
Water:
default: false
permissions:
- bukkit.command.kill
- bending.water
- bending.ability.bloodbending
inheritance:
- default
info:
prefix: '&1[Waterbender]'
build: true
suffix: ''
Avatar:
default: false
permissions:
- bending.fire
- bending.air
- bending.earth
- bending.water
- bending.chi
inheritance:
- default
info:
prefix: '&3[Avatar]'
build: true
suffix: ''
Chi:
default: false
permissions:
- bukkit.command.kill
- bending.chi
inheritance:
- default
info:
prefix: '&6[Chiblocker]'
build: true
suffix: ''

DON'T COPY AND PASTE! You'll have to enter them yourself so it works correctly.
 
Top