Summon a “text_display” entity
summon minecraft:text_display ~ ~1 ~ {text:"Example"}
Execute the command to modify its “see_through” property
/data modify entity @n[type=minecraft:text_display] see_through set value 1
Its text darkened.
Summon a “text_display” entity
summon minecraft:text_display ~ ~1 ~ {text:"Example"}
Execute the command to modify its “see_through” property
/data modify entity @n[type=minecraft:text_display] see_through set value 1
Its text darkened.
Forget to add example images…