Help with permission!

Discussion in 'Bukkit Help' started by booyaman, Jan 2, 2012.

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

    booyaman

    is this possible give '*' to someone but do like '*' - commandbook.ban
    so that a person can do all but - commandbook.ban
    this is very important and any help would be gladly apreciated
     
  2. Offline

    saul100

    @booyaman You can give negative permissions, so if you give someone the wildare (* node, ability to do anything) but also give them the negative permission for commandbook bans, they can't do it.

    PermissionsEX:
    Code:
    - -commandbook.ban
    PermissionsBukkit
    Code:
    commandbook.ban: false
    bPermissions
    Code:
    - ^commandbook.ban
     
  3. Offline

    booyaman

    thanks man so i would do admin: '*'
    - commandbook.ban
     
  4. Offline

    saul100

    @booyaman it would be - -commandbook.ban (notice the 2 -'s)
     
  5. Offline

    booyaman

    thanks :D

    thanks.. are you familiar with logblock i got a problem with that

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
Thread Status:
Not open for further replies.

Share This Page