Skip to content

Basic Tutorial

goflishMC edited this page Aug 19, 2023 · 8 revisions

Creating a Hologram

If you create this hologram successfully you will see, "Hello World" in your hologram.

  • /hd create example (example is the name of this hologram, a line will be displayed by default).
  • /hd addline example Hello World (The hologram will now display the default line and Hello World).
  • /hd removeline example 1 (1 is the line number, it removes the default line).

You can also use /hd create example Hello World to achieve the same result.

Moving a Hologram

To move a hologram to your feet position, execute /hd movehere , for example /hd movehere example.

Deleting a Hologram

If you want to delete a hologram, execute /hd delete , for example /hd delete example.

Colors & Formatting

Holograms support standard colors and formatting like most plugins, and also include an animated rainbow color: &u.

Example which displays colors and formatting: /hd create example &7&lColor test&r: &uRainbow

Floating Items

You can use items instead of text inside holograms by using the format ICON: instead of the normal text when changing/adding a line. For more information about floating items click here.

Example for displaying a diamond: /hd create example ICON: diamond

Displaying Images

Images can be rendered inside a hologram through a special command.

  1. Upload an image into the folder /plugins/HolographicDisplays/
  2. /hd create example (example is the name of this hologram)
  3. /hd readimage example bukkit.png 12 (bukkit.png is the name of the image in the plugin's folder, 12 is the width of the hologram. The symbols used to render the image are taken from your configuration).

Using Placeholders

Assume you want to display the number of players online: execute /hd create example Players online: {online}. You can find a complete list of placeholders here.

Clone this wiki locally