• 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

Perms

jouitp

Verified Member
How do i remove certain moves so theyll be a donor move from different bending groups like air water earth?
 

Sketz

Verified Member
How do i remove certain moves so theyll be a donor move from different bending groups like air water earth?
Code:
 bending.ability.<MOVE>
-Remove the permissions from the default group, and add the permission to the rank, such as VIP
 

Simplicitee

Staff member
Plugin Developer
Verified Member
Code:
 bending.ability.<MOVE>
-Remove the permissions from the default group, and add the permission to the rank, such as VIP
What he said might not be clear, but you need to remove the perm from your default group(s) by using the perm "-bending.ability.<movename>" no quotation marks, and then if the move is not given by default, you have to give the donor rank "bending.ability.<movename>" again no quotation marks.
 
Top