I'm trying to create a book with commands for a server with friends, that they have some freedom without being operator. But the command block just gives me an error that google can't answer me:
Can't insert TAG_List into list oft TAG_String at position 1045:...ard\"}}]",<--[HERE]
What is my mistake?
This is the command:
/summon item ~ ~2 ~
{
Item:
{
id:"written_book",
Count:1,
tag:
{
title:"Commands",
author:"Me",
resolved:0b,
pages:
[
"[\"\",
{
\"text\":\"\\n Change gamemode\",
\"clickEvent\":
{
\"action\":\"change_page\",
\"value\":2
}
},
{
\"text\":\"\\n Monster\",
\"clickEvent\":
{
\"action\":\"change_page\",
\"value\":3
}
},
{
\"text\":\"\\n Day an Night\",
\"clickEvent\":
{ \"action\":\"change_page\",
\"value\":4
}
}
]",
"[\"\",
{
\"text\":\"\\n Survival\",
\"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/gamemode survival @p\"
}
},
{
\"text\":\"\\n Creative\",
\"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/gamemode creative @p\"
}
}
]",
"[\"\",
{
\"text\":\"\\n Peaceful\",
\"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/difficulty peaceful\"
}
},
{
\"text\":\"\\n Easy\", \"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/difficulty easy\"
}
},
{
\"text\":\"\\n Normal\",
\"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/difficulty normal\"
}
},
{
\"text\":\"\\n Hard\",
\"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/difficulty hard\"
}
}
]",
["\"\",
{
\"text\":\"\\n Normal cycle\",
\"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/gamerule doDaylightCircle true\"
}
},
{
\"text\":\"\\n Day only\",
\"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/gamerule doDaylightCircle false /time set 6000\"
}
},
{
\"text\":\"\\n Night only\",
\"clickEvent\":
{
\"action\":\"run_command\",
\"value\":\"/gamerule doDaylightCircle false /time set 18000\"
Hey,
I'm trying to create a book with commands for a server with friends, that they have some freedom without being operator. But the command block just gives me an error that google can't answer me:
What is my mistake?
This is the command:
{
Found the solution by myself. Problem was a wrong set " at the last pageopening