-
Bug
-
Resolution: Duplicate
-
None
-
1.19.83 Hotfix
-
None
-
Unconfirmed
-
Xbox
During recent usage of command blocks, a new Syntax error is occurring when operating a fill command on the command block. This has worked before and is sometimes classified as the “Landscaper Command”. On bedrock, when filling or giving blocks with several IDs like Stone, its usually typed as “/give @s stone 1 5”, the 1 being the amount and 5 being the id of andesite. That command works perfectly fine.
The problem is in the command block when the id is not responding and throwing an error, which it use to work perfectly fine. And I’ve tried this format in many ways to single out and group the stone ID.
Command Input
/execute as @p at @s run fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 stone 5
This command will run to place a 3x3 area of andesite below the player within range of the command block. This command works when doing air, dirt, stone, and possibly others. It does not work when the ID is added after the block name.
Syntax Error: Unexpected “5”: at “~-5 stone >>5<<“
- duplicates
-
MCPE-169575 Adding numbers after a command no longer works
- Resolved