Gamemode4Dev / GM4_Datapacks

Gamemode 4 is a collection of modular Minecraft Datapacks that change or expand on the vanilla experience whilst keeping the vanilla feel. Our modules are developed with a focus on usability and efficiency.
https://gm4.co
GNU General Public License v3.0
110 stars 56 forks source link

Can't remove unwanted holographic tag #1057

Open Lumguava opened 3 hours ago

Lumguava commented 3 hours ago

Describe the bug Minor issue but distracting. I played with the functions and ran the create_hologram and destroy_hologram. I died and created the hologram seen in the screenshot I provided. Don't know how to remove. Tried to place a nametag near it but to no avail.

To Reproduce Steps to reproduce the behavior:

  1. Run /function gm4_holographic_tags:create_hologram
  2. After dying, run /function gm4_holographictags:destroy_hologram

Expected behavior Produces unwanted tag seen in screenshot

Screenshots image

Environment

Thanks for taking time to read!

BluePsychoRanger commented 2 hours ago

Those functions are not meant to be run by players. The datapack was created to give survival players a method of creating floating text, not as a utility for creative players. You can use this command to kill the holographic tag (while standing near it):

kill @e[type=area_effect_cloud,tag=gm4_hologram,limit=1,distance=..1]