Skip to content

Compatibility

List of compatible (hologram) plugins and how to migrate from them

PlaceholderAPI

DecentHolograms fully supports PlaceholderAPI (PAPI) and its placeholders can be used in various parts of the plugin such as hologram lines, actions and animations.

Placeholders in animations

By default are placeholders inside animations not parsed to reduce possible performance issues.
To allow placeholders to be parsed, enable allow-placeholders-inside-animations in the config.yml of DecentHolograms.

Hologram conversion

DecentHolograms supports the conversion of Holograms from other hologram plugins to itself.
Below is a list of all currently supported plugins, the command you have to use and notes on how DecentHologram will treat specific cases.

Note

The plugins do not have to be enabled to allow a conversion. Only their Hologram file needs to be present in their default location.

CMI

/dh convert CMI

Special actions:

  • ICON:<item> is converted to #ICON:<item>
  • !nextpage! reates a new page
  • Holograms with names that start with #< or #> will be skipped.

FutureHolograms

/dh convert FutureHolograms

Special Actions:

  • No notable Actions outside basic Hologram conversion.

GHolo

/dh convert GHolo

Special Actions:

  • ICON:<item> is converted to #ICON:<item>
  • ENTITY:<entity> is converted to #ENTITY:<entity>
  • [x], [X] and [|] are converted into their respective unicode characters.
  • [#rrggbb text #rrggbb] is converted to <#rrggbb>text</#rrggbb>

Holograms

/dh convert Holograms

Special Actions:

  • ITEM:<item> is converted to #ICON:<item>

HolographicDisplays

/dh convert HolographicDisplays

Special Actions:

  • ICON:<item> is converted to #ICON:<item>
  • {papi: <placeholder>} is converted to %<placeholder>%
  • {empty} is converted into an empty Hologram line using a color code.