From 45f0bcdad04cd4f6b30e23d9c3d37d37b953b9d3 Mon Sep 17 00:00:00 2001 From: Harveykang <46108547+Harveykang@users.noreply.github.com> Date: Fri, 14 Feb 2020 12:37:12 +0800 Subject: [PATCH] Delete subclean.mcfunction --- data/fz/functions/cleaner/subclean.mcfunction | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 data/fz/functions/cleaner/subclean.mcfunction diff --git a/data/fz/functions/cleaner/subclean.mcfunction b/data/fz/functions/cleaner/subclean.mcfunction deleted file mode 100644 index 08a6914..0000000 --- a/data/fz/functions/cleaner/subclean.mcfunction +++ /dev/null @@ -1,15 +0,0 @@ -execute store result score cleaned cleaned run kill @e[type=item] -tellraw @a [{"text":"这次一共清理了","color":"dark_green","bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false},{"score":{"objective":"cleaned","name":"cleaned"},"color":"yellow","bold":true,"italic":false,"underlined":true,"strikethrough":false,"obfuscated":false},{"text":"堆物品~","color":"dark_green","bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false},{"text":"下次清理将在","color":"yellow"},{"score":{"objective":"displayCleanTime","name":"cleaner"},"color":"dark_aqua","bold":false,"italic":false,"underlined":false,"strikethrough":false,"obfuscated":false},{"text":"游戏秒后开始~","color":"yellow"}] -scoreboard players reset cleaned cleaned -execute if score cleaner setCleanTime matches 5401.. run function fz:cleaner/time/5min -execute if score cleaner setCleanTime matches 4801..5400 run function fz:cleaner/time/4min30s -execute if score cleaner setCleanTime matches 4201..4800 run function fz:cleaner/time/4min -execute if score cleaner setCleanTime matches 3601..4200 run function fz:cleaner/time/3min30s -execute if score cleaner setCleanTime matches 3001..3600 run function fz:cleaner/time/3min -execute if score cleaner setCleanTime matches 2401..3000 run function fz:cleaner/time/2min30s -execute if score cleaner setCleanTime matches 1801..2400 run function fz:cleaner/time/2min -execute if score cleaner setCleanTime matches 1201..1800 run function fz:cleaner/time/1min30s -execute if score cleaner setCleanTime matches 601..1200 run function fz:cleaner/time/60s -execute if score cleaner setCleanTime matches ..600 run function fz:cleaner/time/30s -scoreboard players operation cleaner timeCounter = cleaner setCleanTime -execute as @a[tag=!noCleanerSound] at @s run playsound minecraft:block.note_block.pling player @s ~ ~ ~ 1 2 \ No newline at end of file