Im currently trying to run a setblock command on the target of a mob and wanted to use the example in the manual as base to work off
- command{c="minecraft:execute **<target.uuid>** ~ ~ ~ minecraft:fill ~2 ~2 ~2 ~-2 ~-2 ~-2 minecraft:wool 0 replace"} **@self**
but it only throws an error
The entity UUID '**ea31f607-5ade-44c0-ad41-dbf45f4bc002**' is in an invalid format
any ideas whats wrong here?
Thank you
- command{c="minecraft:execute **<target.uuid>** ~ ~ ~ minecraft:fill ~2 ~2 ~2 ~-2 ~-2 ~-2 minecraft:wool 0 replace"} **@self**
but it only throws an error
The entity UUID '**ea31f607-5ade-44c0-ad41-dbf45f4bc002**' is in an invalid format
any ideas whats wrong here?
Thank you