DecentSoftware-eu / DecentHolograms

A lightweight but powerful hologram plugin with many features and configuration options.
https://www.spigotmc.org/resources/96927/
GNU General Public License v3.0
183 stars 83 forks source link

#HEAD items uncentered? #211

Closed em-kaa closed 1 month ago

em-kaa commented 1 month ago

Just making sure

Reproduction

  1. Install DecentHolograms...
  2. Create a hologram with a #HEAD line...
  3. Using blocks will make them centered, but using items (like an axe) will make them uncentered.

image

image

Solution

No response

Server Version

1.20.4

Client Version

1.20.4

Plugin Version

2.8.6

Log

not needed...

Andre601 commented 1 month ago

This is intended behaviour. The itm is just added to the head slot of the invible armor stand.

If you want it centered, use the offsetx and offsetz commands for the line.

em-kaa commented 1 month ago

This is intended behaviour. The itm is just added to the head slot of the invible armor stand.

If you want it centered, use the offsetx and offsetz commands for the line.

won't that then uncenter the blocks?

Andre601 commented 1 month ago

In a normal situation would the items not change anyways.

If you want centered items, use the #ICON type or live with the offset.

em-kaa commented 1 month ago

In a normal situation would the items not change anyways.

If you want centered items, use the #ICON type or live with the offset.

but then the icons don't update 😭

Andre601 commented 1 month ago

They usually don't on heads either. Again, this is an issue you have to live with as it's nothing that can be fixed, given that this is how items in the head slot are rendered.

em-kaa commented 1 month ago

:(