Hi there! I want players to have a swiftness three effect when they are in the world guard region of spawn and touching black concrete. It loads with no errors but doesn't work. Any ideas on how I can fix it? Thanks!
Code:
every 2 ticks:
loop all players:
if "%region at all players%" contains "spawn":
if block at loop-player's location is black concrete:
apply swiftness to loop-player for 2 seconds