filoghost / HolographicDisplays

Create modern looking holograms in Minecraft.
https://dev.bukkit.org/projects/holographic-displays
GNU General Public License v3.0
370 stars 202 forks source link

holographic item #682

Closed ikikaidesu closed 1 year ago

ikikaidesu commented 1 year ago

Confirmation

Description

How can I make a player's head in a hologram?

Holographic Displays version

2.4.8

Additional information

No response

Symmettry commented 1 year ago

add this line:

ICON: player head

for the nbt you can do

ICON: player head {SkullOwner:"name"}

ikikaidesu commented 1 year ago

add this line:

ICON: player head

for the nbt you can do

ICON: player head {SkullOwner:"name"}

How can I make sure that each player sees his own head?

filoghost commented 1 year ago

How can I make sure that each player sees his own head?

That is not possible, as placeholders only exist in text lines, i.e. there is nothing equivalent to {player} but for items.