Initial Commit
This commit is contained in:
7
data/serenitydeco/function/uninstall.mcfunction
Normal file
7
data/serenitydeco/function/uninstall.mcfunction
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user