Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-66201

command block textraw to fill not breaking and not always working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • None
    • 1.15.0.56 Beta
    • None
    • Unconfirmed
    • Windows

      this string will not work and breaks and resends the hello message twice
      /tellraw @p ["",{"text":"breaks","color":"yellow","clickEvent":{"action":"run_command","value":"/tell @p hello"}},{"text":"","color":"yellow","clickEvent":{"action":"run_command","value":"/fill 170 60 632 170 60 632 minecraft:redstone_block"}}]

      but changing it to this fixes it even though no error ever appears for the one previous.

      /tellraw @p ["",{"text":"","color":"yellow","clickEvent":{"action":"run_command","value":"/tell @p hello"}},{"text":"works","color":"yellow","clickEvent":{"action":"run_command","value":"/fill 170 60 632 170 60 632 minecraft:redstone_block"}}]

        1. broke.png
          broke.png
          531 kB
        2. works.png
          works.png
          523 kB

            mast3rkun william baxter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: