I tried to highlight any items laying on the ground in a specific area using /particle but it doesn't work on them.
I also tried without specifying a "type" in the @e: mobs have the particle effects, but not items.
Linked issues
is duplicated by 8
3 more links
Attachments
Comments 17
You can use the /execute command as a workaround:
/execute @e[type=Arrow] ~ ~ ~ particle flame ~ ~ ~ 0 0 0 0 1
Confirmed, also occurs with projectiles such as arrows.