From e066f1eafd02994fab8426f4fa0b1bb8265584bc Mon Sep 17 00:00:00 2001 From: slicedlime Date: Thu, 20 May 2021 21:05:11 +0200 Subject: [PATCH] Beta 0.4 --- data/mob_dash/functions/display_menu.mcfunction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/mob_dash/functions/display_menu.mcfunction b/data/mob_dash/functions/display_menu.mcfunction index 578bd40..8fe7db1 100644 --- a/data/mob_dash/functions/display_menu.mcfunction +++ b/data/mob_dash/functions/display_menu.mcfunction @@ -1,6 +1,6 @@ # Display the menu -tellraw @s [{"text":"Welcome to "},{"text":"Mob Dash!","color":"gold"},{"text":" version "},{"text":"beta 0.3","color":"gold"},{"text":" by "},{"text":"slicedlime","color":"green","clickEvent":{"action":"open_url","value":"https://www.youtube.com/slicedlime"}}] +tellraw @s [{"text":"Welcome to "},{"text":"Mob Dash!","color":"gold"},{"text":" version "},{"text":"beta 0.4","color":"gold"},{"text":" by "},{"text":"slicedlime","color":"green","clickEvent":{"action":"open_url","value":"https://www.youtube.com/slicedlime"}}] tellraw @s "" tellraw @s [{"text":"- "},{"text":"[","color":"gold","bold": true},{"text":"Tutorial", "color":"green","clickEvent":{"action":"run_command", "value":"/trigger md_action set 1"}},{"text":"]","color":"gold", "bold": true}] tellraw @s [{"text":"- "},{"text":"[","color":"gold","bold": true},{"text":"Switch Teams", "color":"green","clickEvent":{"action":"run_command", "value":"/trigger md_action set 2"}},{"text":"]","color":"gold", "bold": true}]