From 7bfb2d23673b54520db55d44058b3c428974eb05 Mon Sep 17 00:00:00 2001 From: slicedlime Date: Tue, 9 Feb 2021 23:54:35 +0100 Subject: [PATCH] alpha version 0.1 --- 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 1bf7b70..a2c3cec 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":"1.0","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":"alpha 0.1","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}]