Broken Essentials File

Status
This thread has been locked.

Cowboysjoe

Owner of MaximizedMC | Freelance Artist
Banned
Feedback score
9
Posts
519
Reactions
275
Resources
0
Can someone please tell me how to fix this!?

Broken config.yml:
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Bryce

Senior Java & Full-Stack Developer
Supreme
Feedback score
18
Posts
678
Reactions
934
Resources
19
Don't post boost, just use the agree rating.

If 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.
 
Last edited:

Cowboysjoe

Owner of MaximizedMC | Freelance Artist
Banned
Feedback score
9
Posts
519
Reactions
275
Resources
0
Line 380

format: '{DISPLAYNAME} {MESSAGE}'
This worked, thank you!

For your reference
http://yaml-online-parser.appspot.com/
^normally tells you where the issue(s) are located.
Ah, couldn't remember the site, thanks :)

If 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.
I'll make sure to write this down for future reference :p Thanks!
 
Banned forever. Reason: Scamming (https://builtbybit.com/threads/cowboysjoe-scam-report.266451/)
Status
This thread has been locked.
Top