mojira.dev
MC-71381

execute command ignores the scoreboard

When using the /execute command with the @e part of the command, it will ignore the scoreboard score that is attached to the @e

/execute @e[Particle=1] ~ ~ ~ /particle reddust ~ ~ ~ .1 .3 .1 0 30

yet it acts like it says...

/execute @e ~ ~ ~ /particle reddust ~ ~ ~ .1 .3 .1 0 30

Attachments

Comments 1

Wrong syntax.
It's

/execute @e[score_Particle=1,score_Particle_min=1] ~ ~ ~ /particle reddust ~ ~ ~ .1 .3 .1 0 30

Daniel Kick

(Unassigned)

Unconfirmed

Minecraft 1.8

Retrieved