Misterx7772
Add a function, with a command such as "setblock ~ ~2 ~ stone"
In the world place a command block and run the function as a player (or other entity):
/execute @p ~ ~ ~ function foo:barThe expected behavior is that a stone block is placed above the player, however it is placed at the command block instead.
Add a function, with a command such as "setblock ~ ~2 ~ stone"
In the world place a command block and run the function as a player (or other entity):
/execute @p ~ ~ ~ function foo:barThe expected behavior is that a stone block is placed above the player, however, it is placed at the command block instead.
Add a function, with a command such as "setblock ~ ~2 ~ stone"
In the world place a command block and run the function as a player (or other entity):
/execute @p ~ ~ ~ function foo:barThe expected behaviour is that a stone block is placed above the player, however, it is placed at the command block instead.
Add a function, with a command such as "setblock ~ ~2 ~ stone"
In the world place a command block and run the function as a player (or other entity):
/execute @p ~ ~ ~ function foo:barThe expected behaviour is that a stone block is placed above the nearest player, however, it is placed at the command block instead.
Executes with relative coordinates in functions doesn't work properly when executed from a command blockor other function