When the scoreboard players tag command fails, the string for the error message is missing (e.g. see screenshot, malformed JSON)
/scoreboard players tag @e add is_enderman {Inventory:[{Slot:103b,id:"minecraft:skull"}
Linked issues
is duplicated by 2
Attachments
Comments 8
@redstonehelper
Yes it is.
Try this invalid tag command:
/scoreboard players tag @e add is_enderman {Inventory:[{Slot:103b,id:"minecraft:skull"}
The missing brackets / malformed JSON cause this error to appear.
I could not reproduce it for other "invalid" or not successful tag commands, e.g. this:
/scoreboard players tag @e add is_enderman {Inventory:[{Slot:103b,id:"minecraft:skull"}]}
returns the correct "not matching dataTag"-message.
Is this still an issue in 15w44b? If so, please explain the issue in detail and provide steps to reproduce it.