Particle target selector doesn't work
Command:
/particle crit ~ ~2 ~ 1 1 1 0.01 10 @e[type=Creeper]
Previous result:
particles would be created at the target entity.
Current result:
particles are created relative from where they are executed command block or player and never at the targeted entity
Linked Issues
is duplicated by7
Created Issue:
Particle target selector doesn't work
Command:
/particle crit ~ ~2 ~ 1 1 1 0.01 10 @e[type=Creeper]Previous result:
particles would be created at the target entity.Current result:
particles are created relative from where they are executed command block or player and never at the targeted entity
Added Linked Issues:
is duplicated by
Added Linked Issues:
is duplicated by
Added Linked Issues:
is duplicated by
Added Linked Issues:
is duplicated by
Added Linked Issues:
is duplicated by
Added Linked Issues:
is duplicated by
Deleted Comment:
But how do you execute this Command on a special Player?
Added Linked Issues:
is duplicated by
Could relate to:
MC-59017This kinda is a bug yeah.
The new command for /particel has the argument "force"
/particle crit ~ ~2 ~ 1 1 1 0.01 10 force @e[type=Creeper] <--- this will work
But if you don't put the "force" in between, it won't work.
So this should be fixed
Not a bug.
If the [target] argument is given, the [force] argument has to bei either normal or forced
or just make the creeper execute it like /execute @e[type=Creeper] ~ ~ ~ particle crit ~ ~2 ~ 1 1 1 0.01 10 force