#Turn on or off execute if score @s Coordinates matches 1 run function coordinates:menu/main #Select color menu execute if score @s Coordinates matches 2 run function coordinates:menu/colors #Select modes menu execute if score @s Coordinates matches 3 run function coordinates:menu/modes #Power #Off execute if score @s Coordinates matches 50 run function coordinates:menu/power/off #On execute if score @s Coordinates matches 51 run function coordinates:menu/power/on #Color #White execute if score @s Coordinates matches 100 run function coordinates:menu/select_color/white #Gray execute if score @s Coordinates matches 101 run function coordinates:menu/select_color/gray #Dark Gray execute if score @s Coordinates matches 102 run function coordinates:menu/select_color/dark_gray #Black execute if score @s Coordinates matches 103 run function coordinates:menu/select_color/black #Aqua execute if score @s Coordinates matches 104 run function coordinates:menu/select_color/aqua #Dark Aqua execute if score @s Coordinates matches 105 run function coordinates:menu/select_color/dark_aqua #Blue execute if score @s Coordinates matches 106 run function coordinates:menu/select_color/blue #Dark Blue execute if score @s Coordinates matches 107 run function coordinates:menu/select_color/dark_blue #Green execute if score @s Coordinates matches 108 run function coordinates:menu/select_color/green #Dark Green execute if score @s Coordinates matches 109 run function coordinates:menu/select_color/dark_green #Yellow execute if score @s Coordinates matches 110 run function coordinates:menu/select_color/yellow #Gold execute if score @s Coordinates matches 111 run function coordinates:menu/select_color/gold #Red execute if score @s Coordinates matches 112 run function coordinates:menu/select_color/red #Dark Red execute if score @s Coordinates matches 113 run function coordinates:menu/select_color/dark_red #Light Purple execute if score @s Coordinates matches 114 run function coordinates:menu/select_color/light_purple #Dark Purple execute if score @s Coordinates matches 115 run function coordinates:menu/select_color/dark_purple #Mode #0 execute if score @s Coordinates matches 200 run function coordinates:menu/select_mode/0 #1 execute if score @s Coordinates matches 201 run function coordinates:menu/select_mode/1 #2 execute if score @s Coordinates matches 202 run function coordinates:menu/select_mode/2