> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/compatibility-with-other-plugins/compatible/holographic-displays.md).

# 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--)

\`\`
