Permissions Help

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

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

    kaytaro

    So.. I was wondering what I did wrong? People cannot pick up items or build.. Using PEX and essentials

    Code:
    groups:
      Newbie:
        default: true
        options:
        rank: '1100'
        permissions:
        - essentials.spawn
        - essentials.rules
        - essentials.motd
        - essentials.list
        - essentials.helpop
        - essentials.help
        - modifyworld.*
        prefix: '&8[&6Newbie&8]&f'
      Member:
        default: false
        options:
        rank: '1000'
        Inheritance:
        - Newbie
        permissions:
        - essentials.afk
        - essentials.back
        - essentials.back.ondeath
        - essentials.balance
        - essentials.balance.others
        - essentials.balancetop
        - essentials.chat.color
        - essentials.chat.shout
        - essentials.chat.question
        - essentials.compass
        - essentials.depth
        - essentials.home
        - essentials.ignore
        - essentials.kit
        - essentials.kits.tools
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.msg
        - essentials.nick
        - essentials.pay
        - essentials.ping
        - essentials.powertool
        - essentials.protect
        - essentials.sethome
        - essentials.signs.use.*
        - essentials.signs.create.disposal
        - essentials.signs.create.mail
        - essentials.signs.create.protection
        - essentials.signs.create.trade
        - essentials.signs.break.disposal
        - essentials.signs.break.mail
        - essentials.signs.break.protection
        - essentials.signs.break.trade
        - essentials.suicide
        - essentials.time
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.worth
        prefix: '&8[&eMember&8]&f'
      Builder:
        default: false
        prefix: '&8[&6Builder&8]&f'
        options:
        rank: '800'
        inheritance:
        - Member
        permissions:
        - essentials.gamemode
      Developer:
        default: false
        prefix: '&8[&5Developer&8]&f'
        options:
        rank: '700'
        Inheritance:
        - Builder
        permissions:
        - '*'
      Admin:
        default: false
        prefix: '&8[&2Admin&8]&f'
        options:
        rank: '500'
        Inheritance:
        - Developer
        permissions:
        - essentials.ban
        - essentials.ban.notify
        - essentials.banip
        - essentials.broadcast
        - essentials.clearinventory
        - essentials.delwarp
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.kill
        - essentials.mute
        - essentials.nick.others
        - essentials.realname
        - essentials.setwarp
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.spawner
        - essentials.thunder
        - essentials.time
        - essentials.time.set
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.ptime
        - essentials.ptime.others
        - essentials.togglejail
        - essentials.top
        - essentials.tp
        - essentials.tphere
        - essentials.tppos
        - essentials.tptoggle
        - essentials.unban
        - essentials.unbanip
        - essentials.weather
        - essentials.whois
        - essentials.world
        - essentials.worlds.*
        - permissions.user.promote.default
        - permissions.user.demote.default
        - permissions.manage.membership
        - -essentials.backup
        - -essentials.essentials
        - -essentials.setspawn
        - -essentials.reloadall
        - essentials.*
        - permissions.manage.users
        - permissions.manage.users.permissions
        - permissions.manage.users.permissions.timed
      Owner:
        default: false
        prefix: '&8[&4Owner&8]&f'
        options:
        rank: '1'
        Inheritance:
        - Admin
        Permissions:
        - '*'
     
  2. Could be lots of reasons depending on which mods youbgot, but i would guess

    Modifyworld.*

    Will do the trick.
     
  3. Offline

    Jeyge

    If you are running both Modifyworld and Essentials AntiBuild, then remove AntiBuild.
     
  4. Sorry, i just tripple checked and saw you already have that, missed it first and second time.

    Try,

    Pex user username toggle debug

    Then try to build, and see what permission checks are being triggered. It could be antishare or some other plugin.

    Typing on my ipad, so i cant edit my post above.
     
  5. Offline

    kaytaro

    apparently I don't have permission to, even though I'm an op on the server?
     
Thread Status:
Not open for further replies.

Share This Page