Hello, it is below HTML: WARNING] RuntimeException: "yaml_parse(): scanning error encountered during parsing: could not find expected ':' (line 6, column 13), context while scanning a simple key (line 5, column 1)" (E_WARNING) in "/src/pocketmine/utils/Config" at line 137 Source code here
could not find expected ':' (line 6, column 13), context while scanning a simple key (line 5, column 1)" (E_WARNING) in "/src/pocketmine/utils/Config" at line 137 Those need to be fixed, first it expects a : at line 6 column 13. Not too sure about the simple key as i've never heard of that, also i've never made a config before so I don't know.