1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-06-07 17:16:44 +01:00

Update admin.mcfunction

This commit is contained in:
MukiTanuki 2024-08-03 00:48:26 -06:00
parent c2919ab580
commit 52af8125f0

View File

@ -534,7 +534,7 @@ execute if score #name_enabled as_angle matches 1 run tellraw @s [\
# Disable auto visible name # Disable auto visible name
execute if score #auto_name_visible as_angle matches 0 run tellraw @s [\ execute if score #auto_name_visible as_angle matches 0 run tellraw @s [\
{\ {\
"text":"Disable auto visible name: ",\ "text":"Auto name visibility: ",\
"color":"aqua"\ "color":"aqua"\
},\ },\
{\ {\
@ -555,7 +555,7 @@ execute if score #auto_name_visible as_angle matches 0 run tellraw @s [\
] ]
execute if score #auto_name_visible as_angle matches 1 run tellraw @s [\ execute if score #auto_name_visible as_angle matches 1 run tellraw @s [\
{\ {\
"text":"Disable auto visible name: ",\ "text":"Auto name visibility: ",\
"color":"aqua"\ "color":"aqua"\
},\ },\
{\ {\