Why am I getting an "Invalid json" error for my title command in 15w35e?
Solution 1:
In the snapshots JSON no longer uses lenient parsing, thus you need to put quotation marks around every string:
/title hacatu title {"text":"test"}
In the snapshots JSON no longer uses lenient parsing, thus you need to put quotation marks around every string:
/title hacatu title {"text":"test"}