🦛
SkPapi
  • SkPapi
  • Described features of skPapi
    • Client-side entities
      • Modifications
      • Armor stands
    • Client-side holograms
    • Client-side tablist manipulation
    • Client-side NPCs
    • Client-side player tags
    • Client-side player model editing
    • Client-side teams
    • Client-side bossbars
    • Client-side world borders
    • Sign GUIs
  • Syntaxes
    • Expressions
    • Effects
    • Events
Powered by GitBook
On this page

Was this helpful?

  1. Described features of skPapi

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

PreviousArmor standsNextClient-side tablist manipulation

Last updated 4 years ago

Was this helpful?