Holograms Usage
How to use HolographicsDisplay with ServerNPC and PlaceholderAPI
First, see how to setup the hologram system!
Once everything is installed, let's continue!
Use the command below to set your first hologram into your npc.
ADD COMMAND
REMOVE COMMAND
LIST HOLOS
COMMAND:
/npc holo {npc name} add {message}
EXAMPLE:
/npc holo npc1 add Hello! I'm a hologram :D
COMMAND:
/npc holo {npc name} remove {id}
EXAMPLE:
/npc holo npc1 remove 1
/npc holo {npcName} list

See the beautiful NPC
To update placeholders you need this placeholders before the message.
- {fastest} - 0.1 seconds.
- {fast} - 0.5 seconds
- {medium} - 1 seconds
- {slow} - 5 seconds
- {slowest} - 10 seconds.
In this case, i'm using the {medium} placeholder.
COMMAND
COMMAND:
/npc holo {npc name} add {medium}{message}
EXAMPLE:
/npc holo npc1 add {medium}Hello &e%player_name%

/npc holo npc1 add {medium}Hello &e%player_name%

And here ya go.
Last modified 2yr ago