PermissionsEX errors

Discussion in 'Bukkit Help' started by ZupZup, Feb 22, 2013.

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

    ZupZup

    I'm trying to set up PEX on my server, whenever I do I get this in my console:

    Code:
    22.02 18:33:08 [Server] WARNING Reinjecting all permissibles
    22.02 18:33:08 [Server] WARNING Can't obtain PermissionsEx instance
    This is my PEX file:
    Code:
    groups:
        user:
            default: true
            permissions:
           
    - factions.kit.fullplayer
    - essentials.signs.use.disposal
                - essentials.signs.use.enchant
                - essentials.signs.use.warp
                - essentials.chat.url
                - essentials.warp
                - hsp.home.bedsethome
                - modifyworld.*
        Admins:
            prefix: '&0(&4Admins&0)&7 '
            permissions:
            - permissions.*
    
    (I'm not sure about the Admin group)

    Not sure if this is in the right place or anything, but please help.
     
  2. Offline

    LaxWasHere

  3. Offline

    ZupZup

    Code:
    ERROR:
     
    while parsing a block mapping
      in "<unicode string>", line 1, column 1:
        groups:
        ^
    expected <block end>, but found '-'
      in "<unicode string>", line 6, column 1:
        - factions.kit.fullplayer
        ^
    I don't understand..
     
  4. Offline

    cmenchion

    It needs to formatted properly. Here are some suggestions:
    1. read
    2.get notepad++ a little search and you will find it, also you can set it to change TAB to SPACE.
    3. Do what LaxWasHere said. The errors are there. Incorrect spacing.

    Hope this helps.
     
  5. Offline

    ZupZup

    Thanks a ton, it was the tab/spaces, fixed now. :D
     
Thread Status:
Not open for further replies.

Share This Page