“Syntax Error:Unexpected “{“ at .... bug
Whenever a command is inputted into my command block ill get the same error message. Heres a command i tried
/summon Villager ~ ~1 ~ {CustomName:DigMinecraft,Offers:{Recipes:[{maxUses:9,buy:
{id:leather,Count:1},sell:{id:bedrock,Count:1}}]}}
This command will produce the syntax error:Unexpected “{“ at “er~ ~ 1 ~ >{<CustomName”
Any tips on the fix?
Created Issue:
“Syntax Error:Unexpected “{“ at .... bug
Whenever a command is inputted into my command block ill get the same error message. Heres a command i tried
/summon Villager ~ ~1 ~ {CustomName:DigMinecraft,Offers:{Recipes:[{maxUses:9,buy:
{id:leather,Count:1},sell:{id:bedrock,Count:1}}]}}
This command will produce the syntax error:Unexpected “{“ at “er~ ~ 1 ~ >{<CustomName”
Any tips on the fix?
Deleted Comment:
*strong text*Parameter of command only in Java Edition
Parameters are not supported yet for /summon command
What do you mean by parameters? Even simple things like
{TileID:1}/summon falling_block ~ ~ ~
don't work. I get this message:
Syntax error: Unexpected "falling_block" at "/summon >>falling_block<< ~ ~ ~ {Ti"
I'm using version 1.2.8 on Windows 10.
parameters aren't added yet for those commands, they only work for /give command and it only has the CanPlaceOn And CanDestroy parameters.
Can you please give an example of the command to give myself a falling_block, because this does not work.
/give @p falling_block
Am I missing something?
@DarkPower202
"Parameters are not supported yet for /summon command"
Does anyone know of a way to do building with the fill command yet on the Better Together update?
I guess most of the code found at minecraftcommand.science and other sites will no longer work.
R.I.P Command parameter 2017-2018
**Parameter of command only for Java Edition
In Bedrock Edition the parameter is not supported**
As said above, Bedrock currrently does not offer NBT/parameters. You can give feedback here.