1
Command block code not working??
I am trying to have the command block output a current with a comparator when the nearest player in a 20 block radius has 4 xp. I have a clock that is updating the command block. When I do not even have any xp it is on. It seems as if it is ignoring the minimum level and just looking at the radius. Here is my command:
/testfor @p[ml=4,r=20]
Why isn't it working? Am I missing something?
/testfor @p[ml=4,r=20]
Why isn't it working? Am I missing something?
5
Yeah you've mixed up the order there a bit, should be /testfor @p[lm=4,r=20]
Wow thanks. Let me see if it works.
..........
Try without the /
Help?
