http://pastebin.com/urhgc1Um
Example 1 and 2 works fine, 3 create multiple kinds of bad logs whenever useblockdata in that case. (start at 3, row 71)
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.
Reporter: Nicklas Czabanski
Assignee: (Unassigned)
Created: 2014-08-24T17:19:05Z
Updated: 2025-04-15T03:56:46Z
Resolved: 2015-03-16T13:25:06Z
ADO:
Confirmation Status: Unconfirmed
Area:
Mojang Priority:
Category:
Labels:
Affects Versions: Minecraft 1.8-pre1
Fix Versions:
Retrieved 2025-06-09T13:35:02Z
You cannot nest quotations of the same type. It's matching the wrong quotes. Here's how it reads your Text4 block:
Your code pretty much loses coherency after that. You've got your quotes escaped wrong, or not at all, and it's unparseable.