咔勒否 瓦鲁多

This commit is contained in:
Harveykang
2020-12-05 07:27:57 +08:00
parent 04f93c092d
commit 4526f5541d
37 changed files with 81 additions and 44 deletions
@@ -1,3 +1,3 @@
tellraw @a {"text": "10s后清理掉落物"}
tellraw @a {"text": "[提醒]10s后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/5s 5s
@@ -1,3 +1,3 @@
tellraw @a {"text": "1min后清理掉落物"}
tellraw @a {"text": "[提醒]1min后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/30s 30s
@@ -1,3 +1,3 @@
tellraw @a {"text": "1s后清理掉落物"}
tellraw @a {"text": "[提醒]1s后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/main 1s
@@ -1,3 +1,3 @@
tellraw @a {"text": "2min后清理掉落物"}
tellraw @a {"text": "[提醒]2min后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/1min 60s
@@ -1,3 +1,3 @@
tellraw @a {"text": "2s后清理掉落物"}
tellraw @a {"text": "[提醒]2s后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/1s 1s
@@ -1,3 +1,3 @@
tellraw @a {"text": "30s后清理掉落物"}
tellraw @a {"text": "[提醒]30s后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/10s 20s
@@ -1,3 +1,3 @@
tellraw @a {"text": "3min后清理掉落物"}
tellraw @a {"text": "[提醒]3min后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/2min 60s
@@ -1,3 +1,3 @@
tellraw @a {"text": "3s后清理掉落物"}
tellraw @a {"text": "[提醒]3s后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/2s 1s
@@ -1,3 +1,3 @@
tellraw @a {"text": "4min后清理掉落物"}
tellraw @a {"text": "[提醒]4min后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/3min 60s
@@ -1,3 +1,3 @@
tellraw @a {"text": "4s后清理掉落物"}
tellraw @a {"text": "[提醒]4s后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/3s 1s
@@ -1,3 +1,3 @@
tellraw @a {"text": "5s后清理掉落物"}
tellraw @a {"text": "[提醒]5s后清理掉落物","color": "#d7ff00"}
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
schedule function fz:sweeper/timer/4s 1s