1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-08-13 09:25:52 +01:00

Invisible armor stands will now become visible after a few seconds if they have no items, visible name, or aren't locked. Tool rack armor stands will now become visible after a few seconds if tripwire hook is broken.

This commit is contained in:
MukiTanuki
2021-06-03 03:52:47 -06:00
parent 04b957dbcf
commit 00df793299
9 changed files with 43 additions and 3 deletions

View File

@@ -5,9 +5,11 @@
#
execute as @p[tag=as_selected,tag=!as_chat] run title @s actionbar {"text":"Armor stand unlocked","color":"dark_green"}
execute as @p[tag=as_selected,tag=as_chat] run tellraw @s {"text":"<Stick_God> Armor stand unlocked","color":"dark_green"}
effect give @s minecraft:glowing 1
execute if entity @p[tag=as_selected] run effect give @s minecraft:glowing 1
data merge entity @s {DisabledSlots:0}
tag @s remove as_locked
# removes tag for tool rack if present
tag @s[tag=as_tool_rack] remove as_tool_rack
#
# add Player UUID lock
#