[1337] PermissionsBukkit Can't Build Even With OP

Discussion in 'Bukkit Help' started by Piggy351, Nov 15, 2011.

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

    Piggy351

    Title says it all, I've moved away from spawn, I've tried OP and no OP

    Code:
    users:
        Piggy351:
            permissions:
                permissions.*: true
            groups:
            - admin
        darkseed:
            groups:
            - admin
        erikmaster97:
            groups:
            - moderator
        Laurannex:
            groups:
            - moderator
        buzzlightyear31:
            groups:
            - admin
        14jared14:
            groups:
            - admin
        odarkstar:
            groups:
            - admin
        xiangliang2:
            groups:
            - moderator
    groups:
        default:
            permissions:
                essentials.build: true
                essentials.help: true
                essentials.helpop: true
                essentials.home: true
                essentials.list: true
                essentials.motd: true
                essentials.rules: true
                essentials.sethome: true
                essentials.spawn: true
                essentials.tpa: true
                essentials.tpaccept: true
                essentials.tpdeny: true
                essentials.warp: true
                essentials.warp.list: true
                essentials.who: true
                permissions.build: true
                spoutessentials.bose.money: true
                spoutessentials.cape: true
                spoutessentials.cloud: true
                spoutessentials.guiHELP: true
                spoutessentials.joinmessage: true
                spoutessentials.leavemessage: true
                spoutessentials.moonsize: true
                spoutessentials.music: true
                spoutessentials.playmusic: true
                spoutessentials.stars: true
                spoutessentials.sunsize: true
                iConomy.user: true
                fight.user: true
                factions.sethome: true
                factions.kit.halfplayer: true
                factions.create: true
                ChestShop.shop.buy: true
                ChestShop.shop.sell: true
                mcmmo.tools.*: true
                mcmmo.ability.*: true
                mcmmo.item.*: true
                mcmmo.skills.*: true
        moderator:
            permissions:
                permissions.build: true
                -mcbans.ban.global: true
                mcbans.all: true
                essentials.me: true
                essentials.kick: true
                essentials.ban: true
                essentials.banip: true
                essentials.unbanip: true
                essentials.unban: true
                essentials.msg: true
                essentials.tell: true
                essentials.time: true
                essentials.weather: true
                essentials.tp: true
                essentials.tphere: true
                iWas.canuse: true
                iConomy.plus: true
                foundboxx.notify: true
                foundboxx.dark: true
                factions.kit.mod: true
                ChestShop.mod: true
            inheritance:
            - default
        admin:
            permissions:
                permissions.build: true
                -mcbans.ban.global: false
                permissions.*: true
                essentials.*: true
                worldedit.*: true
                worldguard.*: true
                spoutessentials.*: true
                vanish.*: true
                mobdisguise.*: true
                ublock.admin: true
                iConomy.*: true
                fight.*: true
                foundboxx.*: true
                factions.kit.admin: true
                factions.*: true
                ChestShop.admin: true
                herobrine.exempt: true
                mcmmo.*: true
            inheritance:
            - moderator
    messages:
        build: '&cYou do not have permission to build here.'
    My Plugins:
    Code:
    ChestShop
    CommandBook
    Factions
    FoundBoxx
    Herobrine
    iConomy
    mcbans
    mChat-DEV
    mcMMO
    MobDisguise
    NoCheat
    NoLagg
    NoLaggChunks
    NoOrb
    PermissionsBukkit-1.1
    properTime
    pvparena
    Register
    Spout
    VanishNoPacket
    VoxelSniper
    WorldEdit
    WorldGuard
     
  2. Offline

    Zaros

    @Piggy351
    Try removing permissionBukkit and see if it works. If not, try removing every plugin until the issue stops. Its most likely a plugin.
     
  3. Offline

    Jake Radcliff

    Try adding build: true to the config. I'm not sure if that is going to work. Put it here:
    Code:
    admin:
            permissions:
                permissions.build: true
                -mcbans.ban.global: false
                permissions.*: true
                essentials.*: true
                worldedit.*: true
                worldguard.*: true
                spoutessentials.*: true
                vanish.*: true
                mobdisguise.*: true
                ublock.admin: true
                iConomy.*: true
                fight.*: true
                foundboxx.*: true
                factions.kit.admin: true
                factions.*: true
                ChestShop.admin: true
                herobrine.exempt: true
                mcmmo.*: true
            inheritance:
            - moderator
            build: true
     
  4. Offline

    Zaros

    *facepalm* This.
     
  5. Offline

    BCTsurvival

    add permission

    permissions.build: true
    to the group that have to build
     
  6. Offline

    Piggy351

    Admins have both permissions.* and permissions.build to true. Also it's in every group and it's even inherited so that means every group should be able to. I got it to work but I had to remove a lot of my plugins, I tried removing individual plugins until it worked but no luck.
     
  7. Offline

    BCTsurvival

    Add below permissions a group worlds and then add the worlds you have on your server
    Below that you add permissions:
    Below that add permissions.build: true

    If this doesnt work you should downlaod the permissions again
     
  8. Offline

    Rwembee

    Are you sure your nodes are indented properly and not suposed to be lined up with the line "permissions" ?

    You also have some nodes in there with " - " on them, which probably doesn't work.
     
  9. Offline

    Piggy351

    A -node negates that node, so -node.node.node: false = node.node.node=true or -node.node.node: true=node.node.node: false

    I just use 3.1.6 now, I'll move on to PermissionsBukkit once absolutely necessary. Thanks for the help guys :)

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

    codename_B

    Piggy351 likes this.
  11. Offline

    BCTsurvival

  12. Offline

    Piggy351

    I tried it, it's amazing, but what I really need is, '*' node, which I don't think is on bPermissions, correct me if I'm wrong.
     
  13. Offline

    BCTsurvival

    if you want that you should choose permissionsbukkit for sure
     
  14. Offline

    Piggy351

    I personally dislike PermissionsBukkit, I might switch if needed, I don't exactly need a whole lot of compatibility considering my server is primarily vanilla with a slight modification for griefing and such.

    Nevermind, I figured bPermissions out, I LOVE it, thank you for reminding me of it. Excellent plugin! :)

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

    BCTsurvival

    my mission failed

    ;P
     
  16. Offline

    Piggy351

    There is no '*' node for PermissionsBukkit, that is intentional too.
     
  17. Offline

    BCTsurvival

    but i use it much
     
  18. Offline

    codename_B

    The '*' node doesn't do anything with superperms, just fyi
     
  19. Offline

    BCTsurvival

    ow xD
     
  20. Offline

    Piggy351

    I am aware, just I need it for easy admin permissions, I only use like WorldEdit, CommandBook and iConomy
     
  21. Offline

    codename_B

    That's what the "OP" system is for surely?
     
  22. Offline

    Piggy351

    Yeah lol, I guess, admin perms aren't an issue, my server is practically Vanilla too, no need for fancy shit so I guess I'm good for the perms now, thanks for your help @codename_B
     
Thread Status:
Not open for further replies.

Share This Page