• 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

Question?

sage379

Verified Member
Here is my objective. When a user right clicks on a sign, they're charged and given access to Suffocation, but can use everything else. I know how to do the signs, but the permissions part is confusing me. Help please?
 

Gahshunk

Verified Member
Just use the same node with a hyphen to exclude it, like this:

-bending.ability.suffocate

It works with inheritance too
 

sage379

Verified Member
Just use the same node with a hyphen to exclude it, like this:

-bending.ability.suffocate

It works with inheritance too
Then if I were to add bending.ability.suffocate when they clicked on the sign, would they be able to use it?
 

Ryoth

Verified Member
No. Deny permissions have a higher priority. You should remove the"deny" permission with the sign instead.
 
Top