- execute console command "tellraw @p {""selector"":""@s"",""bold"":true},""'s coordinates: "",{""score"":{""name"":""@s"",""objective"":""x""},""color"":""red""},"","",{""score"":{""name"":""@s"",""objective"":""y""},""color"":""green""},"","",{""score"":{""name"":""@s"",""objective"":""z""},""color"":""blue""}"
The code above is the command I am wanting to run. As you can see I double quoted everything. The error I get in console is the following:
- [05:15:01 INFO]: Expected whitespace to end one argument, but found trailing data
...ld":true},"'s coordinates: ",{"score":{"name":"@s","objective":"x"},"color":"red"},",",{"score":{"name":"@s","objective":"y"},"color":"green"},",",{"score":{"name":"@s","objective":"z"},"color":"blue"}<--[HERE]
The code above is the command I am wanting to run. As you can see I double quoted everything. The error I get in console is the following:
- [05:15:01 INFO]: Expected whitespace to end one argument, but found trailing data
...ld":true},"'s coordinates: ",{"score":{"name":"@s","objective":"x"},"color":"red"},",",{"score":{"name":"@s","objective":"y"},"color":"green"},",",{"score":{"name":"@s","objective":"z"},"color":"blue"}<--[HERE]