Hey there everyone, so I am trying to create a little portal using command blocks and I'm running into a little trouble. Any ideas?
So, I've put a command block with a repeat type and is always on. In the command input, I have put "/testfor @a[149,66,179,1]. It is then coming up with Syntax error: Unexpected "149": at "estfor @a[>>149<<,66,179,1]"
Hey there everyone, so I am trying to create a little portal using command blocks and I'm running into a little trouble. Any ideas?
So, I've put a command block with a repeat type and is always on. In the command input, I have put "/testfor @a[149,66,179,1]. It is then coming up with Syntax error: Unexpected "149": at "estfor @a[>>149<<,66,179,1]"
You need to set x=, y=, and z= before each set of coordinates.
The command becomes:
/testfor @a[x=149, y=66, z=179, r=1]