From 6ba572076ef60186d10788a1b0c2ecc6f47ce3ad Mon Sep 17 00:00:00 2001 From: Harveykang <46108547+Harveykang@users.noreply.github.com> Date: Fri, 14 Feb 2020 12:30:18 +0800 Subject: [PATCH] Delete updatebeforeinstall.mcfunction --- .../fz/functions/updatebeforeinstall.mcfunction | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 data/fz/functions/updatebeforeinstall.mcfunction diff --git a/data/fz/functions/updatebeforeinstall.mcfunction b/data/fz/functions/updatebeforeinstall.mcfunction deleted file mode 100644 index 8be1b5b..0000000 --- a/data/fz/functions/updatebeforeinstall.mcfunction +++ /dev/null @@ -1,17 +0,0 @@ -scoreboard objectives remove installed -scoreboard players operation 总挖掘数 totalList = totalDug totalList -scoreboard players operation 总击杀数 totalList = totalKilled totalList -scoreboard players operation 总死亡数 totalList = totalDeath totalList -scoreboard players operation 总交易数 totalList = totalTraded totalList -scoreboard players operation 总钓鱼数 totalList = totalFished totalList -scoreboard players operation 总受伤害量 totalList = totalHurt totalList -scoreboard players operation 总活跃时间 totalList = totalActivation totalList -scoreboard players reset totalDug -scoreboard players reset totalKilled -scoreboard players reset totalDeath -scoreboard players reset totalTraded -scoreboard players reset totalFished -scoreboard players reset totalHurt -scoreboard players reset totalActivation -scoreboard objectives remove scoreswitch -scoreboard objectives remove actCounter \ No newline at end of file