Reproduced in 1.19.4, 1.20.2 and 1.20.3-rc1.
Text component argument (those in /tellraw
and /title
) reads the string one char more than excpeted. In other words, the cursor of StringReader after the json is one character after expected.
The issue is not obvious as text components are often used as the last argument of commands.
How to reproduce
Add an extra char after the json, and it can parse normally:
/tellraw @s {"text":"example"}a
[media]/title @s title {"text":"example"}a
[media]/scoreboard objectives add example dummy {"text":"example"}a
[media]Linked issues
duplicates 1
Attachments
Comments 4
Thank you for your report!
We're tracking this issue in MC-131636, so this ticket is being resolved and linked as a duplicate.
If you would like to add a vote and any extra information to the main ticket it would be appreciated.
If you haven't already, you might like to make use of the search feature to see if the issue has already been mentioned.
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
-- I am a bot. This action was performed automatically! The ticket was resolved by one of our moderators, and I left this message to give more information to you.
Duplicate of MC-131636.