> For the complete documentation index, see [llms.txt](https://know.endercloud.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://know.endercloud.in/faq-minecraft/how-to-install-and-setup-holographic-displays.md).

# &#x20;How to install and setup Holographic Displays

### Holographic Displays

#### Developer: filoghost

\
[**Download this plugin**](https://dev.bukkit.org/projects/holographic-displays)

What is Holographic Displays

Using this plugin will allow your players to see holograms through the world.

### Installation

**Plugins Tab**

1. Go to Game Panel and select your server
2. Click on the Plugins tab
3. Search for Holograpgic Displays and click Install
4. Restart server

**SFTP**

1. Download [Holograpgic Displays](https://dev.bukkit.org/projects/holographic-displays)
2. Connect to your server with an SFTP client
3. Look for the “plugins” folder
4. Upload the .jar file to the “plugins”
5. Restart server

**BungeeCord (SFTP)**

1. Download [Holograpgic Displays](https://dev.bukkit.org/projects/holographic-displays)
2. Connect to your servers with an SFTP client
3. Look for the “plugins” folder on all servers, including BungeeCord
4. Upload the .jar file to the “plugins”
5. Restart servers

**Sponge (SFTP)**

1. Download [Holograpgic Displays](https://dev.bukkit.org/projects/holographic-displays)
2. Connect to your servers with an SFTP client
3. Look for the “mods” folder on all servers, including BungeeCord
4. Upload the .jar file to the “mods”
5. Restart servers

&#x20;

### Creating a Hologram

&#x20;

&#x20;

To create a hologram, use `/hd create <name>`.

Note that the hologram is going to be created at the position where the player that issued the command is.

You should be able to see this now:

<figure><img src="/files/XD2chdc3xL6z7XjxfNdg" alt=""><figcaption></figcaption></figure>

### Editing a Hologram

#### Setting a Line

To set a line of a hologram, use `/hd setline <hologram name> <line number> <new text>`.

&#x20;

#### Adding a New Line

To add a new line to the hologram, use `/hd addline <hologram name> <text>`.

&#x20;

#### Coloring and Formatting

You can make your holograms look better by coloring and formatting them!

We achieved this result by using: `/hd setline example 2 &6&lThis is the hologram's second line`

&#x20;

#### Moving a Hologram

To move a hologram to a different place, use `/hd movehere <hologram name>` The hologram will be moved to the player’s current position.

&#x20;

#### Deleting a Hologram

To delete a hologram, use `/hd delete <hologram name>`

&#x20;

#### Displaying Images

To display an image in a hologram, upload the image to `/plugins/HolographicDisplays/` and use `/hd readimage <hologram name> <image> <hologram width>`

<figure><img src="/files/x2nRHbPeYGM4yEWPM7OB" alt=""><figcaption></figcaption></figure>

#### Using Placeholders

You can also use placeholders on your holograms to make them more dynamic! Below, you can see a table with useful placeholders.

| **Placeholder** | What it does                                                                                                     |
| --------------- | ---------------------------------------------------------------------------------------------------------------- |
| {online}        | Displays the number of users on the server.                                                                      |
| {max\_players}  | Displays the number of available player slots.                                                                   |
| {time}          | Displays the real world’s time.                                                                                  |
| {player}        | Displays the player name. ([ProtocolLib](https://www.spigotmc.org/resources/protocollib.1997/) v3.6.4+ required) |
