7 lines
361 B
MCFunction
7 lines
361 B
MCFunction
tellraw @a {text:"Removing all Serenity Decorations...",color:"yellow"}
|
|
scoreboard objectives add serenitydeco.old dummy
|
|
scoreboard players set count serenitydeco.old 0
|
|
|
|
execute as @e[type=minecraft:interaction,tag=serenitydeco_triggerbox] positioned as @s run function serenitydeco:uninstall/remove_old
|
|
|
|
schedule function serenitydeco:uninstall/notify 1s |