Holograms Usage

How to use HolographicsDisplay with ServerNPC and PlaceholderAPI

Getting Started

First, see how to setup the hologram system!

Holograms Installation

Once everything is installed, let's continue!

Create your first hologram

Use the command below to set your first hologram into your npc.

COMMAND:
/npc holo {npc name} add {message}

EXAMPLE:
/npc holo npc1 add Hello! I'm a hologram :D
See the beautiful NPC

Add placeholder to Holograms

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:
/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 updated

Was this helpful?