mojira.dev
MC-62638

/particle with selectors only works with execute!

Since I've upgraded my world from 28b to 29b I had to replace this_
/particle dripLava ~ ~ ~ 0.1 0.1 0.1 1 10 @a[score_OnGround=0,m=2]
with this:
/execute @a[score_OnGround=0,m=2] ~ ~ ~ /particle dripLava ~ ~ ~ 0.1 0.1 0.1 1 10
in order for it to work.
Thi happens because the particles are positioned relative to the commandblock instead of being relative to the targeted entity.

Hope you can replicate 🙂

Linked issues

Comments 2

Sebastian K

Confirmed, but seems to be intended. The same goes for /playsound and was changed also in the last snapshotversions.

michael

The entity selector in the particle command will be removed in future versions.

Halbzwilling

michael

Unconfirmed

Minecraft 14w29b

Retrieved