I tried using this command:
/execute @p ~ ~ ~ /execute @e[type=!Player,r=20] ~ ~ ~ /fill ~1 ~1 ~1 ~-1 ~ ~-1 sand
And it said that it failed to execute the above command as "Username"
What I thought would happen:
I thought that when the command block was activated, all the mobs around me would be covered in sand.
What really happened:
What I said Above^
How to Reproduce:
Put in the above command.
Attachments
Comments 4
i am getting similar errors, but this user did not explain in a simple example
so heres my attempt
/execute @p[score_something=0] ~ ~ ~ say hi
assuming you have dummy score something set to 0 on yourself)
returns : "The entity UUID provided is in an invalid format"
/execute @p ~ ~ ~ say hi
returns "[username] hi"
this is a problem with arguments on the execute @? placeholder, the reason its badly explained above is the second embedded command is getting "The entity UUID provided is in an invalid format" so it is UNABLE to perform the first command and gets a simple error
Cannot confirm, see screenshots.