Client-side holograms
Page describing how to use syntaxes for client-side holograms.
What are the client-side holograms? Holograms which can see only certain players and each player can see a different one (for example Hypixel statistics holograms)
How to create the hologram? effect: create clientside holo %string% with id %integer% at %location% for %players% Example: create clientside holo "My Hologram" with id 101 at player's location for player
How to update the hologram? effect: update clientside holo [with id] %integer% with text %string% for %players% Example: update clientside holo with id 101 with text "Updated text" for player
How to remove the hologram? Remove client-side holograms in the same way you remove client-side entities
Last updated
Was this helpful?