mojira.dev
MC-66835

/execute coordinates don't work

1: /execute @p ~10 ~ ~ summon Item ~ ~ ~

It should summon the item 10 blocks towards +X although it summons it at the player which means the game doesn't recognize the execute coords.

Linked issues

Comments 3

qmagnet

Confirmed. Possibly from the fix of MC-64188.
@Eease, you can do this though for the same effect

/execute @p ~ ~ ~ summon Item ~10 ~ ~
migrated

That was just a very simple example. there are other situations where you don't have a second set of coords like: /execute @p ~10 ~ ~ say @a[r=0]. This will announce every player that is exactly 10 blocks away from the nearest player and the only place where you can set coords here is with the /execute command.

qmagnet

Yes I agree. Just saying summon has a workaround.

migrated

michael

Unconfirmed

Minecraft 14w32d

Minecraft 14w33a

Retrieved