executeing custom commands
so what im trying todo is when all players go afk to start rendering bluemap then when players start moving to stop bluemap and the code works but i cant run the bluemap start or stop command any way to make it work
execute if score #allAfk hj320_afk_totalAfk matches 1 if score #prevAfk hj320_afk_totalAfk matches 0 run tellraw @a {"text":"Rendering Started On Bluemap","color":"aqua"}
execute if score #allAfk hj320_afk_totalAfk matches 1 if score #prevAfk hj320_afk_totalAfk matches 0 run execute bluemap start
execute if score #allAfk hj320_afk_totalAfk matches 0 if score #prevAfk hj320_afk_totalAfk matches 1 run tellraw @a {"text":"Stopping Rendering On Bluemap","color":"gray"}
execute if score #allAfk hj320_afk_totalAfk matches 1 if score #prevAfk hj320_afk_totalAfk matches 0 run execute bluemap stop
Continue to help post