mojira.dev
MC-53322

/execute command not executing some commands at the right position

Some commands like /particle and the /execute command itself aren't executed at the specified position (x, y and z parameters):
/execute @p ~ ~2 ~ /particle barrier ~ ~ ~ 0 0 0 0 for example shows the particle below the Player's feet, however they should be displayed above his head (at least by the description on the Minecraft Wiki: — execute <player|entity> <x> <y> <z> <command>: Runs command as though it was executed by player|entity, and as though player|entity was located at x, y, z [...])
Other commands (e.g. /setblock and /fill) do work as intended.

Linked issues

Comments 2

/execute @p ~ ~2 ~ /particle barrier ~ ~2 ~ 0 0 0 0

to show the particle above player's head.

The entiy's coordinates X Y Z are the coordinates of the entiy's feet.

Jonas Gierer

(Unassigned)

Unconfirmed

Minecraft 14w11b

Retrieved