No permission to use this item.

Discussion in 'Bukkit Help' started by KhaosDiem, May 30, 2011.

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

    KhaosDiem

    It always says "You don't ahve permission to use this item/or place things" when a regular player on my server tries to break a block or get water, etc... Is their something wrong with something?

    Also before on my server I could have -1 of an item with essentials and now it just gives me 64. Any help?
    Ty...

    -KA
     
  2. Offline

    jtlcr777

    Show us your permissions file in code or pastebin.com.
    Also does this problem happen to you as well or only your players?
     
  3. Offline

    Avous

    @jtlcr777 @KhaosDiem

    post your permissions file make sure build is enabled and you have a group set for default mmm beyond that ya

    jtlcr777 try tagging them so they can actually see someones posted lol
     
  4. Offline

    KhaosDiem

    Last edited by a moderator: May 16, 2016
  5. Offline

    jtlcr777

    Hm I really dont know...remove that space between groups: and members: maybe?

    Does the console show any errors pertaining to permissions?
     
  6. Offline

    Avous

    your permissions are all over the place >< uhh... ill make you a permissions file i guess T.T give me a few

    this is by far the most screwed up permissions ive ever encountered >.< i gotta rebuild it all personally

    Code:
        permissions:
            system: default
            copies:
    groups:
        Member:
            default: true
            info:
                prefix: '&7'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.depth'
                - 'essentials.getpos'
                - 'essentials.compass'
                - 'essentials.home'
                - 'essentials.sethome'
                - 'essentials.msg'
                - 'essentials.afk'
                - 'essentials.rules'
                - 'essentials.motd'
                - 'essentials.list'
                - 'essentials.mail'
                - 'essentials.mail.send'
                - 'essentials.helpop'
                - 'essentials.whois'
                - 'essentials.suicide'
                - 'essentials.spawn'
                - 'essentials.warp'
                - 'essentials.warp.list'
                - 'mcmmo.motd'
                - 'mcmmo.regeneration'
                - 'mcmmo.chat.partychat'
                - 'mcmmo.commands.ability'
                - 'mcmmo.commands.party'
                - 'mcmmo.commands.whois'
                - 'mcmmo.ability.woodcutting'
                - 'mcmmo.ability.mining'
                - 'mcmmo.ability.axes'
                - 'mcmmo.ability.excavation'
                - 'mcmmo.ability.swords'
                - 'mcmmo.ability.unarmed'
                - 'mcmmo.item.chimaerawing'
                - 'mcmmo.skills.*'
                - 'lockette.create.*'
                - 'iConomy.access'
                - 'iConomy.rank '
                - 'iConomy.list '
                - 'localshops.user.sell'
                - 'localshops.manager.add'
                - 'localshops.manager.create'
                - 'localshops.manager.destroy'
                - 'localshops.manager.move'
                - 'iConomy.payment'
                - 'MobBounty.mb'
                - 'herobounty.list'
                - 'herobounty.locate'
                - 'herobounty.accept'
                - 'herobounty.new'
                - 'BetterShop.user.list'
                - 'BetterShop.user.check'
                - 'BetterShop.user.help'
                - 'BetterShop.user.buy'
                - 'BetterShop.user.sell'
                - 'towny.town.claim'
                - 'lwc.protect'
                - 'localshops.manager.remove'
                - 'localshops.manager.select'
                - 'localshops.manager.set'
                - 'localshops.manager.set.owner'
                - 'localshops.user.buy'
        VIP:
            default: false
            info:
                prefix: '&a'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
        Moderator:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
                - Member
            permissions:
                - 'lwc.mod'
                - 'essentials.kick'
                - 'magiccarpet.mc'
                - 'magiccarpet.ml'
        HeadModerator:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
        Tech Support:
            default: false
            info:
                prefix: '&1'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'essentials.tp'
                - 'essentials.ban'
                - 'essentials.mute'
                - 'essentials.unban'
                - 'nocheat.flying'
                - 'essentials.kick'
                - 'lwc.admin'
                - 'nocheat.moving'
                - 'nocheat.speedhack'
                - 'nocheat.airbuild'
                - 'izone.zones.list'
                - 'izone.zones.delete'
                - 'izone.zones.info'
                - 'izone.zones.flag'
                - 'izone.zones.allow'
                - 'izone.zones.disallow'
                - 'izone.zones.expand'
                - 'izone.edit.undo'
                - 'izone.edit.fill'
                - 'izone.edit.count'
                - 'izone.edit.delete'
                - 'izone.edit.replace'
                - 'izone.zones.check'
                - 'izone.zones.define'
                - 'izone.zones.ignoreowner'
                - 'izone.zones.list'
                - 'izone.zones.create'
        Admin:
            default: false
            info:
                prefix: '&c'
                suffix: ''
                build: true
            inheritance:
                - Moderator
            permissions:
                - 'essentials.tp'
                - 'essentials.clearinventory.others'
                - 'essentials.ban'
                - 'essentials.mute'
                - 'essentials.unban'
                - 'essentials.item'
                - 'essentials.tptoggle'
                - 'lwc.admin'
                - 'essentials.tpo'
                - 'bb.admin.info'
        HeadAdmin:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
                - Admin
            permissions:
        Owner:
            default: false
            info:
                prefix: '&5'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
    users:
    
        KhaosArts:
            group: Owner
            permissions:
        BigBoyRed:
            group: Owner
            permissions:
                - '- essentials.eco'
                - '- essentials.give '
                - '- essentials.item'
                - '- commandbook.give'
                - '- commandbook.give*'
        P3nguin2741:
            group: HeadModerator
            permissions:
        guthanmane:
            group: Tech Support
            permissions:
                - 'BetterShop.admin.*'
        Unknownz:
            group: Moderator
            permissions:
        Gun487:
            group: HeadAdmin
            permissions:
        Jammerk:
            group: VIP
            permissions:
        GWoodGG:
            group: Moderator
            permissions:
        CrayzGurl:
            group: Admin
            permissions:
        Sparten368:
            group: VIP
            permissions:
        kzthehero198:
            group: Moderator
            permissions:
        RumandChai:
            group: Moderator
            permissions:
     
  7. Offline

    jtlcr777

    Really? The YAML parser gave to errors.
     
  8. Offline

    Avous

    its just a lot of empty permissions and redirects to redirects its sloppy :p i cleaned it up but i doubt its his problem its probably a plugin configuration gone bad. one line looks funny to me. "- 'essentials.warp.[warpname]'" I think thats the wrong permission but that shouldnt cause things to go screwy so I highly Doubt his permissions but he can try it and see if it works because he did have a few duplicate entries but in any case his permissions file is much cleaner than it was and he uses cuboid plugins so i'm thinking it could be one of them
     
  9. Offline

    jtlcr777

    I've seen worse, ones with wrong permission nodes like 'motd' instead of 'essentials.motd', completely inconsistent spacing and missing colons.

    anyway Khaos lets see if anything he did helped.
     
  10. Offline

    KhaosDiem

    @Avous @jtlcr777 It still doesn't work ;\ MY members still say it says it but they can actually build though...
     
  11. Offline

    KhaosDiem

    o.o I don't think essentials itself is working properly I don't think. It might be permissions though.
     
Thread Status:
Not open for further replies.

Share This Page