SuperPerms, how to delete permissions ?

Discussion in 'Bukkit Help' started by clavat, May 7, 2012.

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

    clavat

    Hi, i have problem, all players can create portails without the permission, i have GroupManager of Essentials for my permissions, see config files :http://pastebin.com/1jpkBAXx

    I do command on my server to check if player have any perm :
    Then return :

    The first line its my GroupManager, second line its SuperPerms, i don't have SuperPerms plugins(Crazy !).

    For example players can't do /god and if i check the perm :
    return :
    Why CreativeGates give the perm automaticaly ? and how to delete it ?

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  2. Offline

    codename_B

    Set the node explicitly to false!
     
  3. Offline

    clavat

    Where ? in group manager don't have node "creativegates.*"
    Where i can change SuperPerm nodes ?

    bump

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  4. Offline

    clavat

  5. Offline

    codename_B

    Some nodes default to true - to have them set to false you will have to explicitly negate them.

    This means even if you did not set "derp.derp" if a plugin has a permission "derp.derp" which defaults to true you will have to explicitly set NEGATIVE "derp.derp" or all players will have "derp.derp"
     
  6. Offline

    clavat

    Where i can do this ?
    Where i can change to negative/false ?
     
  7. Offline

    codename_B

    in the file...
     
  8. Offline

    clavat

    http://pastebin.com/1jpkBAXx

    I can just set perm to true for any groups, where i can set to false ?
     
  9. Offline

    clavat

  10. Offline

    codename_B

  11. Offline

    clavat

    Really thanks !
     
Thread Status:
Not open for further replies.

Share This Page