Permissionsex failure: Admin cannot pick items/blocks up

Discussion in 'Bukkit Help' started by AnniKa, Dec 26, 2011.

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

    AnniKa

    Hey, since the 1.0.1 bukkit i have a problem, i cannot pick up stuff, while all other user groups can.
    i did not change the permissions.yml since the 1.8 version, but maybe something changed?

    whats wrong here?

    something wrong with the admins group? thats the group im in.

    i use permissionsEX

    Code:
    groups:
        strafe:
            permissions:
            - chatmanager.chat.*
            - modifyworld.chat
            - modifyworld.login
            options:
                rank: '1100'
            prefix: '&f[&7S&f]'
            suffix: '&f'
        default:
            default: true
            permissions:
            - chatmanager.chat.*
            - spawny.spawn
            - modifyworld.chat
            - modifyworld.login
            - modifyworld.usebeds
            - modifyworld.items.pickup.*
            - modifyworld.items.drop.*
            - modifyworld.items.have.*
            - modifyworld.damage.*
            - modifyworld.mobtarget.*
            - modifyworld.tame.*
            - modifyworld.vehicle.enter
            options:
                rank: '1000'
            prefix: '&f[&eG&f]'
            suffix: '&f'
        admins:
            permissions:
            - '*'
            - chatmanager.chat.*
            - myhome.*
            - modifyworld.*
            - worldedit.*
            - worldguard.*
            - vanish.*
            - permissions.*
            - chatmanager.chat.*
            - admincmd.player.*
            - admincmd.tp.*
            - admincmd.weather.*
            - admincmd.item.*
            - admincmd.server.*
            - lwc.*
            - mcvote.*
            - admincmd.mob.*
            - log.stick        
            - spawny.*
            - reload
            - lwc.admin
            - log.stick
            options:
                rank: '0'
            prefix: '&f[&4A&f]'
            suffix: '&f'
            inheritance:
            - mod
        test:
            options:
                rank: '950'
            prefix: '&f[&2T&f]'
            suffix: '&f'
            permissions:
            - myhome.home.basic.set
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.others
            - myhome.home.soc.private
            - myhome.home.soc.public
            - myhome.home.basic.home
            - spawn
            - lwc.protect
            - lwc.remove
            - modifyworld.*
            - -modifyworld.blocks.place.46
            - -modifyworld.blocks.place.356
            - -modifyworld.blocks.place.55
            - -modifyworld.blocks.place.76
            - -modifyworld.blocks.destroy.356
            - -modifyworld.blocks.destroy.55
            - -modifyworld.blocks.destroy.76
            - -modifyworld.blocks.destroy.27
            - -modifyworld.blocks.destroy.28
            - -modifyworld.blocks.destroy.26
            - -modifyworld.blocks.place.27
            - -modifyworld.blocks.place.28
            - -modifyworld.blocks.place.26
            - -modifyworld.vehicle.destroy
            - -modifyworld.vehicle.collide
            - -modifyworld.bucket.empty.water
            - -modifyworld.bucket.empty.lava
            - -modifyworld.bucket.fill.water
            - -modifyworld.bucket.fill.lava
            - modifyworld.blocks.interact.77
            - chatmanager.chat.*
            Inheritance:
            - default
        user:
            options:
                rank: '900'
            prefix: '&f[&2M&f]'
            suffix: '&f'
            permissions:
            - mcvote.vote
            - myhome.home.basic.set
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.others
            - myhome.home.soc.private
            - myhome.home.soc.public
            - myhome.home.basic.home
            - worldguard.region.addmember
            - worldguard.region.removemember
            - spawn
            - modifyworld.*
            - chatmanager.chat.*
            - lwc.protect
            - lwc.remove
        builder:
            options:
                rank: '800'
            prefix: '&f[&aP&f]'
            suffix: '&f'
            permissions:
            - mcvote.vote
            - myhome.home.basic.set
            - worldedit.selection.pos
            - myhome.home.soc.invite
            - myhome.home.soc.uninvite
            - myhome.home.soc.others
            - myhome.home.soc.private
            - myhome.home.soc.public
            - myhome.home.basic.home
            - worldguard.region.addowner.own.*
            - worldguard.region.removeowner.own.*
            - worldguard.region.addmember.own.*
            - worldguard.region.removemember.own.*
            - worldguard.region.remove.own.*
            - worldguard.region.define
            - worldguard.region.removemember
            - modifyworld.bucket.empty.water
            - modifyworld.bucket.empty.lava
            - modifyworld.bucket.fill.water
            - modifyworld.bucket.fill.lava
            - spawn
            - modifyworld.*
            - chatmanager.chat.*
            - lwc.protect
            - log.stick
            Inheritance:
            - user
        mod:
            options:
                rank: '200'
            prefix: '&f[&4O&f]'
            suffix: '&f'
            permissions:
            - chatmanager.chat.*
            - myhome.*
            - modifyworld.*
            - worldedit.*
            - worldguard.*
            - vanish.*
            - permissions.*
            - chatmanager.chat.*
            - admincmd.player.*
            - admincmd.tp.*
            - admincmd.weather.*
            - admincmd.item.*
            - admincmd.server.*
            - lwc.mod
            - lwc.protect
            - mcvote.cast
            - admincmd.mob.spawn
            - log.stick
        Ops:
            options:
                rank: '100'
            prefix: '&f[&4O&f]'
            suffix: '&f'
            inheritance:
            - mod
    users:
        AnniXa:
            group:
            - admins
    
     
  2. Offline

    AnniKa

    :( so nobody knows whats wrong here?
     
  3. Offline

    CRAZYxMUNK3Y

    To start with, having the * permission means that the rest arn't really needed within the admin group. Second of all, when the owner of the server had that problem, he tried many things, but the one that worked for him was;

    1. Save all items in a chest and log off
    2. Delete your profile <Username>.dat
    3. Rejoin the server and add yourself to the admin group again

    Note: Deleting the <Username>.dat file will remove anything related to the account including any experience you have.
     
  4. Offline

    AnniKa

    i tried that now:
    Deleted my .dat file, and removed me from the permissions.yml
    so when i logged in i was a quest, then i promoted myself to the member rank, via the server console, and i can still not pick up any stuff!
    whats wrong here? :(

    when i do /reload then i can pickup stuff for that second of reloading, so it must be some plugin

    seems like i need to change the permission stuff and reconfigure all again -.-

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 22, 2016
  5. Offline

    CRAZYxMUNK3Y

    What plugins do you have? and have you tried setting the admin perms with just * nothing else in it?
     
  6. Offline

    AnniKa

    yes i tried it with only '*' permission, nothing chaned, also its not relevant in wich group im in, i never can pick stuff up

    the plugins are:
    adminCMD
    autosave
    borderguard
    chatmanager
    log0.8.2
    lwc
    modifyworld
    myhome
    permissionsEX
    plgsetspawn
    tntminer
    worldedit
    worldguard
     
  7. Offline

    CRAZYxMUNK3Y

    I can't really see how any of those plugins could be effecting you and being unable to pick up blocks.

    What about if you remove one plugin at a time and all the perms related to it to try and find the problem. It will take a while but it should be worth it in the end.
     
  8. Offline

    MercAngel

    backup up every thing then delete all the plugin's. put the plugins back run the server and let the plugins create new files then change the new one to match your old one's and see if that fixes it.
     
  9. Offline

    Deleted user

    Isn't your in-game name "AnniKa" and not "AnniXa"?
     
  10. Offline

    AnniKa

    my ign is AnniXa (with X)
     
  11. Offline

    Kaikz

    It's cause of the vanish.* permission you set. VanishNoPacket prevents you from picking up items, and you've set it to vanish you on join.
     
  12. Offline

    CRAZYxMUNK3Y

    Haha, i did not even notice that.

    But it is also toggable by using the command /vanish

    A link for all the perms is here anyway, and the vanish.standard seems well enough, but if needed, add more.
     
  13. Offline

    AnniKa

    aaah!
    ty
     
Thread Status:
Not open for further replies.

Share This Page