From e4b159e1a0b664b593b3b81ab7889ee52eea772d Mon Sep 17 00:00:00 2001 From: plexion <46572320+plexiondev@users.noreply.github.com> Date: Sun, 24 Jul 2022 20:16:07 +0100 Subject: [PATCH] attempt to fix broken setup flow? --- data/lavarising/functions/setup_flow.mcfunction | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/lavarising/functions/setup_flow.mcfunction b/data/lavarising/functions/setup_flow.mcfunction index da47d2c..a1a1981 100644 --- a/data/lavarising/functions/setup_flow.mcfunction +++ b/data/lavarising/functions/setup_flow.mcfunction @@ -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"}}] \ No newline at end of file +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 \ No newline at end of file