3 lines
177 B
Mcfunction
3 lines
177 B
Mcfunction
|
tellraw @a {"text": "2min后清理掉落物"}
|
||
|
execute as @a at @a run playsound minecraft:block.note_block.pling voice @s ~ ~ ~ 1 1
|
||
|
schedule function fz:sweeper/timer/1min 60s
|