diff --git a/datapacks/Chosen/data/praise/functions/menu.mcfunction b/datapacks/Chosen/data/praise/functions/menu.mcfunction index fb0b8a2..4705ca2 100644 --- a/datapacks/Chosen/data/praise/functions/menu.mcfunction +++ b/datapacks/Chosen/data/praise/functions/menu.mcfunction @@ -1,7 +1,7 @@ # Display a startup menu tellraw @s ["\n"] -tellraw @s [{"text":"Welcome to Chosen beta version 0.5 by ","color":"gold"},{"text":"slicedlime","color":"green","clickEvent":{"action":"open_url","value":"https://www.youtube.com/slicedlime"}}] +tellraw @s [{"text":"Welcome to "},{"text":"Chosen","color":"gold"},{"text":" beta version "},{"text":"0.6","color":"gold"},{"text":" by "},{"text":"slicedlime","color":"green","clickEvent":{"action":"open_url","value":"https://www.youtube.com/slicedlime"}}] tellraw @s [""] tellraw @s ["Game options:"] tellraw @s [{"text":"- "},{"text":"[","color":"gold","bold": true},{"text":"Game Rules", "color":"green","clickEvent":{"action":"run_command", "value":"/trigger SacrificeMenu set 1"}},{"text":"]","color":"gold", "bold": true}]