Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-115949

Narrotor only partially says tellraw messages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 17w15a
    • None
    • Unconfirmed

      Whenever an extra component is used (or the short version of it), the narrator will only say the first part:

      /tellraw @p {"text":"Hello ","extra":[{"text":"there."}]}
      /tellraw @p [{"text":"Hello "},{"text":"there."}]

      Result: narrator only says "Hello ".

      It does worth with the with component of translate though.

      /tellraw @p {"translate":"Hello %s","with":[{"text":"there."}]}

      Result: Narrator says "Hello there."

      Expected result: the narrator says "Hello there." in all situations.

      On top of that, the narrator also doesn't say selector results.

      /tellraw @p {"translate":"Hello %s","with":[{"selector":"@p"}]}

      Result: narrator says "Hello ".
      Expected result: narrator says "Hello <PLAYER>".

            Unassigned Unassigned
            jirauser71590 user-f2760 (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: