PEX Problematic Problems?

Discussion in 'Bukkit Help' started by cybertron742, Apr 21, 2013.

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

    cybertron742

    Ahhhhhhh!!!
    Permissions.yml: http://pastebin.com/jkKEEYZJ
    I have edited my pex permissions.yml file on my cpu (in notepad++) post completion I verified the file with the yaml parser and it said...
    ERROR:

    while parsing a block mapping
    in "<unicode string>", line 3, column 9:
    default: true
    ^
    expected <block end>, but found '<scalar>'
    in "<unicode string>", line 15, column 20:
    rank: '1000'
    I then checked through the document and could find no errors.
    Can anyone help? [diamond]<=(u get a diamond if u can)
     
  2. Offline

    Iroh

    This formatting is wrong, permissions should be 4 spaces in the whole things seems off.
     
  3. Offline

    afistofirony

    I don't know if this will help any, but try halving the number of spaces you use; i.e.:

    Code:
    groups:
        Guest:
            default: true
            permissions:
            - permission.node
            prefix: '&6[&aGuest&6]
            options:
                build: false
                rank: '1000'
        Member:
            permissions:
            - permission.node
    Try this instead:

    Code:
    groups:
      Guest:
        default: true
        permissions:
        - permission.node
        prefix: '&6[&aGuest&6]
        options:
          build: false
          rank: '1000'
      Member:
        permissions:
        - permission.node
    EDIT: Ninja'd by Iroh :mad:
     
  4. Offline

    Iroh

  5. Offline

    Jeyge

    You have a couple tabs at the end of line 58 and you are missing closing quotes at the end of line 12, 65 and 109.
     
  6. Offline

    cybertron742

    Thanks for all your guys help I have managed to solve the issues using your posts! :) U all get a diamond [diamond]
     
Thread Status:
Not open for further replies.

Share This Page