diff --git a/flags.sk b/flags.sk index fcb4432..8507bdc 100644 --- a/flags.sk +++ b/flags.sk @@ -44,6 +44,7 @@ command /minigame_flags_start: set {teamscore::8} to 0 set {teamscore::9} to 0 set {teamscore::10} to 0 + execute console command "/scoreboard players set MaxKolo XD 9" clear {flag_won::*} @@ -55,6 +56,7 @@ command /minigame_flags_start: send title "§c§l1. KOLO" to all players if {flags_kola} is 1: + execute console command "/scoreboard players set Kola XD 1" spawngate(3) spawnteam(1,1) spawnteam(2,2) @@ -120,6 +122,7 @@ command /minigame_flags_start: spawngate(3) if {flags_kola} is 2: + execute console command "/scoreboard players set Kola XD 2" spawnteam(2,1) spawnteam(3,2) @@ -141,6 +144,7 @@ command /minigame_flags_start: set {game_status} to "playing" if {flags_kola} is 3: + execute console command "/scoreboard players set Kola XD 3" spawnteam(6,1) spawnteam(9,2) spawnteam(8,3) @@ -158,6 +162,7 @@ command /minigame_flags_start: set {game_status} to "playing" if {flags_kola} is 4: + execute console command "/scoreboard players set Kola XD 4" spawnteam(10,1) spawnteam(6,2) spawnteam(2,3) @@ -175,6 +180,7 @@ command /minigame_flags_start: set {game_status} to "playing" if {flags_kola} is 5: + execute console command "/scoreboard players set Kola XD 5" spawnteam(5,1) spawnteam(3,2) spawnteam(6,3) @@ -192,6 +198,7 @@ command /minigame_flags_start: set {game_status} to "playing" if {flags_kola} is 6: + execute console command "/scoreboard players set Kola XD 6" spawnteam(1,1) spawnteam(9,2) spawnteam(10,3) @@ -209,6 +216,7 @@ command /minigame_flags_start: set {game_status} to "playing" if {flags_kola} is 7: + execute console command "/scoreboard players set Kola XD 7" spawnteam(5,1) spawnteam(1,2) spawnteam(6,3) @@ -226,6 +234,7 @@ command /minigame_flags_start: set {game_status} to "playing" if {flags_kola} is 8: + execute console command "/scoreboard players set Kola XD 8" spawnteam(5,1) spawnteam(6,2) spawnteam(1,3) @@ -243,6 +252,7 @@ command /minigame_flags_start: set {game_status} to "playing" if {flags_kola} is 9: + execute console command "/scoreboard players set Kola XD 9" spawnteam(9,1) spawnteam(3,2) spawnteam(10,3)