Solved PermissionsEX - Negating | Am I getting this right?

Discussion in 'Bukkit Help' started by EpicPigChops, Apr 7, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    EpicPigChops

    Right, so I just want to double check this,

    If I have two groups, group1 and group2 (so original) and I.. just let me show you

    Code:
    groups:
      group1:
        default: true
        permissions:
        - kickandban.*
      group2:
        inheritance:
        - default
        permissions:
        - -kickandban.ban
    So the node kickandban has two sub-nodes, kickandban.kick + kickandban.ban, where group1 has all of these from the '*', where group two has the negated ban, group two should only be able to kick, correct?
     
  2. Offline

    Jeyge

    Assuming that group2 actually inherits from group1 and not from default, then yes, you have it set up right.
     
  3. Offline

    EpicPigChops

    Yeah that's what I meant, derp, thanks alot!
     
Thread Status:
Not open for further replies.

Share This Page