6 lines
220 B
Mcfunction
6 lines
220 B
Mcfunction
|
# --- HeroGames - Copyright (c) HeroHost team (code provided by HeroChris). ---
|
||
|
|
||
|
execute as @e[tag=decor] run kill @e[tag=tnt_tag]
|
||
|
|
||
|
schedule function herohost:tnt/schedule/decor 2s
|
||
|
# kill @e[type=minecraft:block_display]
|