mojira.dev
MC-69267

Data tag parsing failed while using Blockdata in Blockdata command

http://pastebin.com/urhgc1Um

Example 1 and 2 works fine, 3 create multiple kinds of bad logs whenever use
blockdata in that case. (start at 3, row 71)

Linked issues

Comments 1

You cannot nest quotations of the same type. It's matching the wrong quotes. Here's how it reads your Text4 block:

Text4:
   "{text:\"===============\",color:gray,
      clickEvent:
         {
             action:run_command,
             value:\"/execute @p ~ ~ ~ blockdata -903 61 1012
                     {
                         Text2:
                         "

Your code pretty much loses coherency after that. You've got your quotes escaped wrong, or not at all, and it's unparseable.

Nicklas Czabanski

(Unassigned)

Unconfirmed

Minecraft 1.8-pre1

Retrieved