mojira.dev
MC-89420

Broken Radius With Commands

While working on a command, I was testing out the radius selector to only detect certain entities, but when I try it the command doesn't work or it ignores one of the selectors.

So here was the command I was using:
/kill @e[r=3,rm=5]

But for some reason it doesn't work when I use both selectors, it only works with one.

/kill @e[r=3]
or
/kill @e[rm=5]

So if anyone knows how to fix this problem please inform me, but if it's a bug please fix it in the next update.

Comments 2

Not a bug. rm specifies the minimum distance, r the maximum distance.

So what I'm hearing is that I got it backwards, I should be doing "/kill @e[rm=3,r=5]" instead of "/kill @e[r=3,rm=5]"?

Seth Heltborg

(Unassigned)

Unconfirmed

Minecraft 15w39c

Retrieved