-
Bug
-
Resolution: Unresolved
-
None
-
25w02a
-
Confirmed
-
Commands
-
Important
-
Platform
In one single tellraw or titleraw command can't be strings (TAG_String) and components (TAG_Compound) used at the same time. In previous versions, this worked fine.
Example:
/tellraw @a ["String-Text ", {"text":"Component-Text"}]
Expected Behavior:
String-Text Component-Text
will be shown in the chat.
Observed Behavior:
In the chat the part from the square brackets opening to the end of the command will be marked red and
Can't insert TAG_Compound into list of TAG_String at position 29: ...g-Text ", <--[HERE]
will be shown over the chat entry line.