So i'm creating a little game and i'm trying to make a command block test for a person with a score (that i've already created, lets just call it score) of say 1. On the wiki it says to use:
testfor @p [score_score_min=1] but when i put that into the command block it says as follows:
Data tag parsing failed: Invalid tag encountered, expected '{' as first char.
I tried switching it all around and changing the [ to { and all kinds of variations but nothings working, any ideas?