Files
Serenity-Deco/data/serenitydeco/function/uninstall.mcfunction
2026-04-08 13:39:58 +01:00

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