Can someone please tell me how to fix this!?
Broken config.yml:
Broken config.yml:
Don't post boost, just use the agree rating.
This worked, thank you!Line 380
format: '{DISPLAYNAME} {MESSAGE}'
Ah, couldn't remember the site, thanksFor your reference
http://yaml-online-parser.appspot.com/
^normally tells you where the issue(s) are located.
I'll make sure to write this down for future referenceIf you understand how to read console errors, it will often tell you the line where an error is happening.
For example:
Line1: "Test
Line2: "Test"
It would tell me in the console error that the error is actually on Line2, because it would be an invalid token. However, as I mentioned above, If you know how to read the console errors, and it specifies what line is causing the error, its often the lines above the specified line in console causing the error.
P.S Just a little trick in case you need it
P.P.S, this only works on plugins that have added debug messaging to their yaml parsing. Most small plugins, you'll get an NPE or some other error.
