plugins not reading permissionsbukkit PLS HELP!

Discussion in 'Bukkit Help' started by CakeForYouMinecraft, Dec 20, 2012.

Thread Status:
Not open for further replies.
  1. Hey guys, im having problems with my permissionsbukkit, my plugins arent reading my permissions.
    i have permissions for essentials, survival games and simple warps (for default)
    when i deop myself to see if my permissions are working. when i try and warp it keeps denying that command. i tryed reloading my permissions. that made an effect on simple warps (it says internal error)
    Please help guys!





    groups:
    default:
    permissions: true
    sg.arena.spectate: true
    essentials.sethome: true
    essentials.home: true
    simplewarps.sign.all: true
    simplewarps.cmd.warp: true
    sg.arena.join: true
    sg.arena.leave: true
    essentials.spawn: true
    essentials.warp: true
    permissions.build: true
    admin:
    permissions:
    permissions.*: true
    inheritance:
    - user
    user:
    permissions:
    permissions.build: true
    worlds:
    creative:
    coolplugin.item: true
    inheritance:
    - default
     
  2. Offline

    xDeeKay

    CakeForYouMinecraft You have this set up totally wrong..
    Groups/permissions must be set up like so:
    Code:
    groups:
      Default:
        default: true
        info:
          prefix: 'Default'
          suffix: ''
          build: true
        inheritance: ''
        permissions:
          - your.permission.here
          - your.permission.here
          - your.permission.here
          - your.permission.here
    Also, can you provide the above groups using http://pastebin.com/
    (Just copy and paste it again, but use pastebin)
     
  3. Thanks dude, my friend set it up when i wasent using the computer, he said 'i will make your permissions better'
    but idk what he did... thanks sooo much dude!
     
  4. Offline

    c0mp

    CakeForYouMinecraft, you pasted that in the wrong spot. You should go to http://pastebin.com, paste it there, **BONUS CHALLENGE** change the Syntax Highlighting to YAML, click Submit, copy the resulting URL, then paste THAT into a new post.

    As pasted above, the file loses its formatting, the whitespace at the beginning of each line, which is VERY important when dealing with YAML files. Pasting it on pastebin.com and providing us with the link saves that whitespace so we'd be able to see if that's part of the issue or not.
     
    CakeForYouMinecraft likes this.
  5. Ok cool, il do that tommorrow becouse my computer ran out of batery, thanks for all the help!

    wow idk how to use pastebin

    thats permissions bukkit right?

    http://pastebin.com/0zLC6Kfb#

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
Thread Status:
Not open for further replies.

Share This Page