The bug
The Json exception that is thrown when a score component has no name or objective key is misspelled. It should say "at least", not "a least".
A score component needs a least a name and an objective
How to reproduce
/tellraw @s {"score":{}}
Affected class and method
Minecraft 1.8 decompiled using MCP
Class: net.minecraft.util.IChatComponent.Serializer
Method: public IChatComponent deserialize(JsonElement p_deserialize_1_, Type p_deserialize_2_, JsonDeserializationContext p_deserialize_3_)
Minecraft 16w07a
Class: eu.a
Method: public eu a(JsonElement ?, Type ?, JsonDeserializationContext ?) throws JsonParseException
Linked issues
is blocked by 1
Attachments
Comments 16
As for 1.13-pre3 the feedback message reads
An unexpected error occurred trying to execute that command
Is this still an issue in the most recent versions (currently that is 1.10.2, or 16w42a) of Minecraft? If so, please update the affected versions and help us keeping this ticket updated from time to time.