Skip to content

Commit

Permalink
Rev version to alpha 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slicedlime committed Feb 23, 2021
1 parent d9dbebf commit a0ac820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mob_dash/functions/display_menu.mcfunction
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Display the menu

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 [{"text":"Welcome to "},{"text":"Mob Dash","color":"gold"},{"text":" version "},{"text":"alpha 0.2","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}]
Expand Down

0 comments on commit a0ac820

Please sign in to comment.