PermissionEX help

Discussion in 'Bukkit Help' started by DillonPod, Mar 9, 2013.

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

    DillonPod

    Hi people, I have a problem with permissionEX, I cant seem to remove a permission in a staff group in my config.yml

    groups:
    Member:
    default: true
    prefix: '&6[Member] &7'
    permissions:
    - essentials.afk
    - essentials.afk.auto
    - essentials.help
    - essentials.ignore
    - essentials.motd
    - essentials.msg
    - essentials.rules
    - essentials.spawn
    - essentials.home
    - essentials.delhome
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.build
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - ChestShop.shop.*
    - lwc.protect
    options:
    rank: '1000'
    PlayerOfTheMonth:
    prefix: '&c[PlayerOfTheMonth] &e'
    inheritance:
    - Member
    permissions:
    - essentials.afk
    - essentials.afk.auto
    - essentials.help
    - essentials.ignore
    - essentials.motd
    - essentials.msg
    - essentials.rules
    - essentials.spawn
    - essentials.home
    - essentials.delhome
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.build
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - ChestShop.shop.*
    - lwc.protect
    - essentials.fly
    - essentials.fly.safelogin
    options:
    rank: '980'
    Donator:
    default: true
    prefix: '&3[Donator] &b'
    inheritance:
    - PlayerOfTheMonth
    permissions:
    - essentials.afk
    - essentials.afk.auto
    - essentials.help
    - essentials.ignore
    - essentials.motd
    - essentials.msg
    - essentials.rules
    - essentials.spawn
    - essentials.home
    - essentials.delhome
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.build
    - essentials.god
    - essentials.god.pvp
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - ChestShop.shop.*
    - lwc.protect
    - essentials.fly
    - essentials.fly.safelogin
    options:
    rank: '950'
    Guardian:
    default: true
    prefix: '&3[Guardian] &b'
    inheritance:
    - Donator
    permissions:
    - essentials.afk
    - essentials.afk.auto
    - essentials.help
    - essentials.ignore
    - essentials.motd
    - essentials.msg
    - essentials.rules
    - essentials.spawn
    - essentials.home
    - essentials.delhome
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.build
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - ChestShop.shop.*
    - lwc.protect
    - essentials.fly
    - essentials.fly.safelogin
    - essentials.god
    - essentials.god.pvp
    - vanish.see
    - vanish.vanish
    - vanish.list
    - vanish.nopickup
    - vanish.notrample
    - vanish.nointeract
    - vanish.fakeannounce
    - vanish.preventdamage
    - vanish.statusupdates
    - vanish.adminalerts
    options:
    rank: '900'
    Moderator:
    default: false
    prefix: '&5[Moderator] &a'
    inheritance:
    - Guardian
    permissions:
    - essentials.afk
    - essentials.afk.auto
    - essentials.help
    - essentials.ignore
    - essentials.motd
    - essentials.msg
    - essentials.rules
    - essentials.spawn
    - essentials.home
    - essentials.delhome
    - essentials.sethome
    - essentials.tpa
    - essentials.tpaccept
    - essentials.tpdeny
    - essentials.list
    - essentials.list
    - essentials.mail
    - essentials.mail.send
    - essentials.me
    - essentials.build
    - iConomy.holdings
    - iConomy.holdings.others
    - iConomy.help
    - iConomy.payment
    - ChestShop.shop.*
    - lwc.protect
    - essentials.fly
    - essentials.fly.safelogin
    - essentials.god
    - essentials.god.pvp
    - essentials.mute
    - essentials.mute.notify
    - vanish.see
    - vanish.vanish
    - vanish.list
    - vanish.nopickup
    - vanish.notrample
    - vanish.nointeract
    - vanish.fakeannounce
    - vanish.preventdamage
    - vanish.statusupdates
    - vanish.adminalerts
    options:
    rank: '800'
    Admin:
    default: false
    prefix: '&4[Admin] &6'
    inheritance:
    - Moderator
    permissions:
    - '*'
    - -essentials.setspawn
    options:
    rank: '700'
    Co-Founder:
    default: false
    prefix: '&b[Co-Founder] &2'
    inheritance:
    - Admin
    permissions:
    - '*'
    - -essentials.setspawn
    options:
    rank: '500'
    Founder:
    default: false
    prefix: '&b[Founder] &2'
    inheritance:
    - Co-Founder
    permissions:
    - '*'
    options:
    rank: '400'
    users:
    DillonPod:
    group:
    - Founder
    Doomanater3414:
    group:
    - Co-Founder
     
  2. Offline

    DuneRacoon

    I don't understand what the problem is.
     
  3. Offline

    DillonPod

    The problem is that I add the permission '- -essentials.setspawn' in the Moderator and Admin group so they cant setspawn, but it doesnt work.
     
  4. Offline

    DuneRacoon

    there are multiple plugins that can handle that. Make sure bukkit's is disabled too. I think it has one as well.
     
  5. Offline

    DillonPod

    How do I fix this problem ?
     
  6. Offline

    Jeyge

    The Moderator group shouldn't have access to setspawn as long as they aren't OPs. If they are, then deop them. As for the Admin group, the negated node has to be above the node that gives them the permission so it should be:
    Code:
            permissions:
            - -essentials.setspawn
            - '*'
    
     
  7. Offline

    DillonPod

    So I just need to put the '- -essentials.setspawn' on top of the '*' ?
     
Thread Status:
Not open for further replies.

Share This Page