Use JsonReader.setLenient(true)
seema84 opened this issue ยท 3 comments
error on server start -> https://pastebin.com/TTJx9Erx
Spigot-eb21557-4a47be6 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
EssentialsX version: dev-28.154
EssentialsXChat version: dev-28.154
I had already fixed this, and it seems the fix didn't get past the refactoring.
The previous fix was to remove the checksum line before passing the contents of the file to the JSON parsing method, but this apparently isn't present any more.
As a temporary fix, you can manually remove the last line from items.json
and reboot the server (if you can open the file, that is).
"As a temporary fix, you can manually remove the last line from items.json and reboot the server (if you can open the file, that is)."
thats right and works
This should be fixed by a7fcafb - grab the latest experimental build from the build server.