#tag condition not working correctly?
1 messages · Page 1 of 1 (latest)
This works for all entities @e, so if any of them don't have the tag the test passes
Try using unless instead of if
execute unless entity @e[tag=skywars1,r=150]
What if i just add c=1?
c=1 does not test if an entity does not have the tag, it makes the command be executed by one entity, which may or may not have the tag
Oh i see 
I'mma try your solution :D