Group Manager won't delete permissions.

Discussion in 'Bukkit Help' started by yipy20011, Aug 11, 2013.

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

    yipy20011

    i have DisguiseCraft and any rank can disguise. so i typed /mangdelp builder disguisecraft.* and it says The group doesn't have direct access to that permission. here's my groups.yml


    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
     
    groups:
      Default:
        default: true
        permissions:
        - -bukkit.command.kill
        - -essentials.command.home
        - -essentials.command.sethome
        - -essentials.command.pay
        inheritance:
        - g:groupmanager_default
        - g:bukkit_default
        - g:essentials_default
        info:
          prefix: '&eNoob&f>'
          build: true
          suffix: ''
      VIP:
        default: false
        permissions:
        - -essentials.heal
        - -essentials.heal.cooldown.bypass
        - -essentials.heal.others
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        info:
          prefix: '&1V&5I&eP&f>'
          build: false
          suffix: ''
      Owner:
        default: false
        permissions:
        - -vanish.*
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&4Owner&f>'
          build: true
          suffix: ''
      Co-Owner:
        default: false
        permissions:
        - -vanish.*
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&4CO-Owner&f>'
          build: true
          suffix: ''
      Builder:
        default: false
        permissions: []
        inheritance:
        - default
        - g:essentials_builder
        info:
          prefix: '&2Builder&f>'
          build: true
          suffix: ''
      Healer:
        default: false
        permissions:
        - -essentials.heal
        - -essentials.heal.cooldown.bypass
        - -essentials.heal.others
        inheritance:
        - builder
        info:
          prefix: '&1Healer&f>'
          build: false
          suffix: ''
      Moderator:
        default: false
        permissions: []
        inheritance:
        - builder
        - g:groupmanager_moderator
        - g:bukkit_moderator
        - g:essentials_moderator
        - g:vanish_moderator
        info:
          prefix: '&5Mod&f>'
          build: true
          suffix: ''
      Headadmin:
        default: false
        permissions:
        - -vanish.*
        - '*'
        inheritance:
        - admin
        info:
          prefix: '&1Headadmin&f>'
          build: true
          suffix: ''
      modtest:
        default: false
        permissions:
        - -essentials.exp.set
        - -essentials.exp
        - -essentials.feed
        - -essentials.heal
        - -essentials.heal.cooldown.bypass
        - -essentials.heal.others
        inheritance: []
        info:
          prefix: '&6Modtest&f>'
          build: false
          suffix: ''
      Admin:
        default: false
        permissions: []
        inheritance:
        - moderator
        - g:groupmanager_admin
        - g:bukkit_admin
        - g:essentials_admin
        - g:vanish_admin
        info:
          prefix: '&cAdmin&f>'
          build: true
          suffix: ''
     
  2. Offline

    Kolugo

    Did you try deliberately negating the permission?
     
  3. Offline

    Necrodoom

    deleting does not equal negating, the group doesnt have the disguisecraft.* permission given, thus you cant delete it, since it doesnt exist. what you want is to add a negation, like Kolugo said.
     
  4. Offline

    yipy20011

    how do you add negation? it makes no sense.
     
  5. Offline

    Necrodoom

    "- -permission.node"
     
  6. Offline

    Bobcat00

    /mangaddp builder -disguisecraft.*

    Note the 'add' and note the '-'. Also, if other groups inherit the builder permissions, they will also be denied access.
     
  7. Offline

    yipy20011

    ok thanks
     
Thread Status:
Not open for further replies.

Share This Page