I was trying to work on making a system to recognize if the player has built a magic circle and then run some command if they stand in the middle of it.
but even though the command works when written in chat, the command blocks doesn't seem to be running the command
just to make it clear i have made the template in the bottom of the world
and the command block is set to repeat, unconditional and always active
{{the test command: }}execute as @r if blocks 0 0 0 2 0 2 ~-1 ~-1 ~-1 masked run say woop
The 'as' executes the command AS someone, not AT someone.
The command should be:
But I can tip you to use: