From 77545570794d8a60c2fbfec626da5762910df710 Mon Sep 17 00:00:00 2001 From: L_glandieres Date: Sat, 13 Jan 2024 16:25:58 +0100 Subject: [PATCH] removed redudundant file --- .../functions/game/score_elimination.mcfunction | 15 --------------- .../functions/game/stop/end_game.mcfunction | 2 -- 2 files changed, 17 deletions(-) delete mode 100644 datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/score_elimination.mcfunction diff --git a/datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/score_elimination.mcfunction b/datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/score_elimination.mcfunction deleted file mode 100644 index 5621c2b0..00000000 --- a/datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/score_elimination.mcfunction +++ /dev/null @@ -1,15 +0,0 @@ -execute if score Blue game.score > Green game.score run tag @a[team=green] add TeamEliminated -execute if score Blue game.score > Red game.score run tag @a[team=red] add TeamEliminated -execute if score Blue game.score > Yellow game.score run tag @a[team=yellow] add TeamEliminated - -execute if score Green game.score > Blue game.score run tag @a[team=blue] add TeamEliminated -execute if score Green game.score > Red game.score run tag @a[team=red] add TeamEliminated -execute if score Green game.score > Yellow game.score run tag @a[team=yellow] add TeamEliminated - -execute if score Red game.score > Blue game.score run tag @a[team=blue] add TeamEliminated -execute if score Red game.score > Green game.score run tag @a[team=gree] add TeamEliminated -execute if score Red game.score > Yellow game.score run tag @a[team=yellow] add TeamEliminated - -execute if score Yellow game.score > Blue game.score run tag @a[team=blue] add TeamEliminated -execute if score Yellow game.score > Green game.score run tag @a[team=gree] add TeamEliminated -execute if score Yellow game.score > Red game.score run tag @a[team=red] add TeamEliminated diff --git a/datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/stop/end_game.mcfunction b/datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/stop/end_game.mcfunction index 6fef5f60..b614c6a3 100644 --- a/datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/stop/end_game.mcfunction +++ b/datapacks/Scaffolding Rush/data/scaffolding_rush/functions/game/stop/end_game.mcfunction @@ -2,8 +2,6 @@ scoreboard players set #game.running data 0 scoreboard players set #game.end data 1 kill @e[tag=Volcano] -execute if score UseTimeLimit options matches 1.. run function scaffolding_rush:game/score_elimination - function scaffolding_rush:game/music/__stop__ # Get best score --------------------------------------------------------------