GhastCraftHD / Holography

A Minecraft Paper tool that makes working with Text Displays easy and convenient
BSD 4-Clause "Original" or "Old" License
4 stars 1 forks source link

Corrupted Hologram #2

Closed rafaelrenocorrea closed 3 months ago

rafaelrenocorrea commented 3 months ago

Hi there,

I have a bit of a problem with your plugin. I am developing a server and wanted to add holograms to switch up the signs.

Therefore, I tried Holography to create a hologram, but I couldn't change the content or remove it.

Now I'm trying DecentHolograms (sorry), but I wish to remove the corrupted hologram.

What kind of entity is it?

I also tried /minecraft:kill @e[type=!minecraft:player, distance=2] near the hologram, but it didn't work. How can I remove it and move forward with my project?

2024-07-11_13 38 51

rafaelrenocorrea commented 3 months ago

Solution:

/minecraft:kill @e[type=minecraft:text_display]

(/minecraft:kill @e[type=!minecraft:player] wasn't safe and i'm not sure why didn't work with distance=2)