[PermissionsEx]Remove 1 permission from '*'

Discussion in 'Bukkit Help' started by cjburkey01, Nov 8, 2013.

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

    cjburkey01

    I have this code:
    Code:
      coowner:
        default: false
        prefix: '&9[&3CoOwner&9]&f'
        inheritance:
        - admin
        permissions:
        - '*'
    Is there a way to take ONE permission out of that? I want to remove
    Code:
    icu.exempt
    (Yes I want to be a jerk to this one CoOwners :p)

    Does
    Code:
    coowner:
        default: false
        prefix: '&9[&3CoOwner&9]&f'
        inheritance:
        - admin
        permissions:
        - '*'
        - -icu.exempt
    work?
    NOPE
     
  2. Offline

    watteffer_Jr

    I too tried this out for my Admin rank, but it didn't work. I think you will have to assign each permission node manually(thats what I did). Sorry :p
     
  3. Offline

    Bobcat00

    Put the -icu.exempt BEFORE the '*'. I think that will work.
     
  4. Offline

    Mikaelrk2

    try out - -bukkit.command.<command>
    to disable a command & do you whant to disable the plugins command for rank default or other - -bukkit.command.plugins
     
Thread Status:
Not open for further replies.

Share This Page