[Solved] Yaml Error Help!

Discussion in 'Bukkit Help' started by Mary E. Williams, Jun 5, 2015.

Thread Status:
Not open for further replies.
  1. Hello, I come to the forums seeking for a help. I'm having an error with my permissions using yaml. If someone can please give me a fast response that would be great, thanks.

    Error at
    Online YAML Parser

    ERROR:

    while scanning an anchor
    in "<unicode string>", line 70, column 14:
    prefix: '&e[&a&lWarrior&e]&f'
    ^
    expected alphabetic or numeric character, but found '['
    in "<unicode string>", line 70, column 16:
    prefix: '&e[&a&lWarrior&e]&f'
    ^

    PasteBin of my minecraft permissions:
    http://pastebin.com/rT1WKGwh

    I've already taken a look at my permissions and see nothing wrong, please help! I've had problems like this in the past but, it seems to me that fiddling around with it won't work this time. :(


    Anyone???

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 12, 2016
  2. Offline

    Boomer

    Line 70 is trying to parse a string, but having problems. The string is fine there, so you take a look around that area, backing up to the previous string, and ... notice that on line 67 you are missing a closing quotation mark on the prefix, so it treats everything as string up to line 70, then interprets the prefix as yml, which it isn't.

    Most "in <unicode string>" errors in yml are due to this flub.
     
  3. Offline

    oceantheskatr

  4. I appreciate your help, thanks!

    Thanks, for fixing those formation errors and duplicates. I appreciate your help. :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 12, 2016
  5. Offline

    oceantheskatr

Thread Status:
Not open for further replies.

Share This Page