Skip to content

Commit

Permalink
Menu formatting, rev version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
slicedlime committed Apr 5, 2019
1 parent 5877ef6 commit 284e62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapacks/Chosen/data/praise/functions/menu.mcfunction
Original file line number Diff line number Diff line change
@@ -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}]
Expand Down

0 comments on commit 284e62c

Please sign in to comment.