So I typed in this command in the command block: /testfor @p[lm=!10] . This means it should find the closest player with a minimum level of 10. But even when I have no level, the command block still execute that command and send feedback: it found me (I have no level, but the condition is the closest player with atleast 10 levels).
Linked issues
Comments 6
At the time this report was created, the lm target selector argument keyword may not yet have been supported. But even if it was, this command would not have worked because your syntax is incorrect. The correct syntax is:
/testfor @p[lm=10]
without the !. The corrected syntax works as expected.
This issue works as intended.
At the time this report was created, the lm target selector argument keyword may not yet have been supported. But even if it was, this command would not have worked because your syntax is incorrect. The correct syntax is:
/testfor @p[lm=10]
without the !. The corrected syntax works as expected.
This issue works as intended.
Which means the lm tag is not working