So I am working on a map and I set up player detection (test for @p[r=36,ml=0])
And I am trying to make it where if you're near it gives you blindness, but its not working, please help!
And I am trying to make it where if you're near it gives you blindness, but its not working, please help!
4
minimum level I suppose? Use lm, not ml (!)
All you need to do is
/effect @p[r=36] blindness 1 1
/effect @p[r=36] blindness 1 1
it's actually better to do @a instead of @p for this
What is "ml" part for? And what does error say?
Command is testfor, not test for, just in case.
Command is testfor, not test for, just in case.
