PermissionsBukkit Help!

Discussion in 'Bukkit Help' started by Codemunkie, Feb 27, 2012.

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

    Codemunkie

    Hello, I'm using PermissionsBukkit with my plugins, i'm obviously doing something wrong because even though i have my config set up properly i can't use any commands.

    Here is my permissions config, when i use something like /item or //wand i just get an error saying 'You don't have permission'.

    Code:
    users:
        Codemunkie:
            permissions:
            groups:
            - admin
        Darkferrit:
            permissions:
            groups:
            - admin
    groups:
        default:
            permissions:
                permissions.build: false
        admin:
            permissions:
                permissions.*: true
                worldedit.*: true
                commandbook.*: true
     
    messages:
        build: '&cYou do not have permission to build here.'
    Thanks for any help.
     
  2. Offline

    slater96

    Try getting rid of the 'permissions:' in each of the users and see if that works.
     
  3. Offline

    Codemunkie

    Doesn't help. If i use '/permissions group players admin' it tells me that both players are in the admin group, so it's the nodes that aren't working properly.
    I read in the most recent release that Superpermsbrudge wasn't needed anymore, although i'm not sure if worldedit and commandbook are even supported by PermBukkit.

    Bump.

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

    sillyrosster

    No errors but "You don't have permission"? It looks set up correctly. You could try individual nodes just to test.
     
Thread Status:
Not open for further replies.

Share This Page