ServerNPC
Buy it
  • πŸ˜ƒHome
  • Getting Started
  • πŸ—ΊοΈGUIDE
    • Creation
    • Actions
      • Labymod Emotes
    • Magic Wand
  • βš™οΈCOMMANDS
    • Actions
    • Permissions
  • 🌐Holograms
    • Holograms Installation
      • DecentHolograms
      • TrHolograms
    • Holograms Usage
  • πŸ‘¨β€πŸ’»Developers
    • Repositories
Powered by GitBook
On this page
  • Getting Started
  • Create your first hologram
  • Add placeholder to Holograms

Was this helpful?

Edit on GitHub
  1. Holograms

Holograms Usage

How to use HolographicsDisplay with ServerNPC and PlaceholderAPI

PreviousTrHologramsNextRepositories

Last updated 4 years ago

Was this helpful?

Getting Started

First, see how to setup the hologram system!

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
COMMAND:
/npc holo {npc name} remove {id}

EXAMPLE:
/npc holo npc1 remove 1
/npc holo {npcName} list

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%
🌐
Holograms Installation
See the beautiful NPC
/npc holo npc1 add {medium}Hello &e%player_name%
And here ya go.