Create a function with this commandexecute @s ~1 ~ ~ /fill ~ ~ ~ ~ 255 ~ dirt
In a command blockexecute @p ~ ~ ~ function foo:bar
The pillar of dirt should be placed one in positive X, but it's placed on the player.
Linked issues
is duplicated by 1
Comments 3
execute @s *~1* ~ ~ /fill ~ ~ ~ ~ 255 ~ dirt
should create a dirt pillar next to the sender, but from inside a function the pillar is created at the sender's coordinates
I'm confused. Why is this a bug?
If a command block executes `function foo:bar` as @p, doesn't @p become the sender of the function?