# Holographic Displays

## How to use emojis in hologram

* Download [Holographic Displays](https://dev.bukkit.org/projects/holographic-displays)
* Download [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)
* Download the [HolographicExtension addon](https://www.spigotmc.org/resources/holographicextension.18461/)

Now you can use [font\_images ](/adding-content/font-images/font-images.md)(**emojis**) inside holograms texts and everywhere in all plugins which support **PlaceholderAPI**, in this case **Holographic Displays**.\
This is the code: `%img_NAME%` instead of NAME write the font\_image name.\
For example: `%img_smile%`

To create an hologram you can use these commands for example:

`/holo create test_itemsadder Hello! %img_smile%`

![](/files/-MNi4-Y669nNKZNFV7JF)

## How to add a floating custom item?

* run `/iacustommodeldata <item>` (for example `/iacustommodeldata ruby`)
* copy the `CustomModelData`, for example `10000`
* create a new hologram, for example: `/hd create holo_icon Hello!`
* add the floating item to the hologram by specifying the **vanilla type** and the **CustomModelData**. Example: `/hd addline holo_icon ICON: IRON_INGOT {CustomModelData: 10000}`

![](/files/-MkbVAqRC5MErBG4Mk--)

\`\`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/holographic-displays.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
