Skip to content

Commit

Permalink
attempt to fix broken setup flow?
Browse files Browse the repository at this point in the history
  • Loading branch information
katelyynn committed Jul 24, 2022
1 parent 98a6f82 commit e4b159e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/lavarising/functions/setup_flow.mcfunction
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Guided Setup flow

tellraw @a [{"text":"\nLava Rising for 1.17\n\n","color":"gold","bold":true},{"text":"This is the first-time setup flow to get you up and running. This can be run again with function lavarising:setup_flow\n\n","color":"gray","bold":false},{"text":"Configure the datapack:\n","color":"white","bold":false},{"text":"Teams: ","color":"light_purple"},{"text":"ENABLE","color":"green","clickEvent":{"action":"run_command","value":"/scoreboard players set enable_teams global 1"}},{"text":" DISABLE","color":"red","italic":true,"clickEvent":{"action":"run_command","value":"/scoreboard players set enable_teams global 0"}},{"text":"\nTeam count: ","color":"dark_purple"},{"text":"3 Teams","color":"gold","clickEvent":{"action":"run_command","value":"/scoreboard players set 3v3v3 global 1"}},{"text":" 2 Teams","italic":true,"clickEvent":{"action":"run_command","value":"/scoreboard players set 3v3v3 global 0"}},{"text":"\n\nWhen you're ready, ","color":"gray","bold":false},{"text":"Start Game\n","color":"green","clickEvent":{"action":"run_command","value":"/function lavarising:start"}}]
tellraw @a [{"text":"\nLava Rising for 1.17\n\n","color":"gold","bold":true},{"text":"This is the first-time setup flow to get you up and running. This can be run again with function lavarising:setup_flow\n\n","color":"gray","bold":false},{"text":"Configure the datapack:\n","color":"white","bold":false},{"text":"Teams: ","color":"light_purple"},{"text":"ENABLE","color":"green","clickEvent":{"action":"run_command","value":"/scoreboard players set enable_teams global 1"}},{"text":" DISABLE","color":"red","italic":true,"clickEvent":{"action":"run_command","value":"/scoreboard players set enable_teams global 0"}},{"text":"\nTeam count: ","color":"dark_purple"},{"text":"3 Teams","color":"gold","clickEvent":{"action":"run_command","value":"/scoreboard players set 3v3v3 global 1"}},{"text":" 2 Teams","italic":true,"clickEvent":{"action":"run_command","value":"/scoreboard players set 3v3v3 global 0"}},{"text":"\n\nWhen you're ready, ","color":"gray","bold":false},{"text":"Start Game\n","color":"green","clickEvent":{"action":"run_command","value":"/function lavarising:start"}}]
scoreboard players set setup_flow internal 1

0 comments on commit e4b159e

Please sign in to comment.