Skip to content

Hologram Line

General usage and editing of hologram lines

Commands

Aliases: line, l

Command help

For a list of all available subcommands run the following command:

/dh l help


/dh l add <hologram> <page> [content]

Aliases: append

Add a new line into hologram.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line should be.
  • [conten] - Optional Content of the new line. Defaults to the defaults.text config option.

/dh l addflag <hologram> <page> <line> <flag>

Adds a flag to a hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <flag> - Name of the Flag to add.

/dh l align <hologram> <page> <line1> <line2> {X|Z|XZ}

Aligns <line1> with <line2> on the specified axis.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line1> - Index of the first line.
  • <line2> - Index of the second line.
  • {X|Z|XZ} - Align <line1> with <line2> on either the X, Z, or X and Z axis.

/dh l edit <hologram> <page> <line>

Aliases: e

Gives you a chat message to click on to get a pre-made command to edit the specified line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.

/dh l height <hologram> <page> <line> <height>

Aliases: setheight

Set the height of a line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <height> - Number between 0.0 and 2.5 to set the line height.

/dh l info <hologram> <page> <line>

Display some general info about a hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.

/dh l insert <hologram> <page> <line> [content]

Insert a new line into hologram at the position of the given line number.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • [content] - Optional Content of the new line. Defaults to the defaults.text config option.

/dh l offsetx <hologram> <page> <line> <offset>

Aliases: offx, xoff, xoffset

Set the X offset of a hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <offset> - Number between -2.5 and 2.5 to set the X offset of a line.

/dh l offsetz <hologram> <page> <line> <offset>

Aliases: offz, zoff, zoffset

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <offset> - Number between -2.5 and 2.5 to set the Z offset of a line.

/dh l remove <hologram> <page> <line>

Aliases: del, delete, rem

Remove a line from hologram.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.

/dh l removeflag <hologram> <page> <line> <flag>

Removes a flag from a hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <flag> - Name of the Flag you want to remove.

/dh l set <hologram> <page> <line> <content>

Set a new content to hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <conten> - Content of a line.

/dh l setfacing <hologram> <page> <line> <facing>

Aliases: facing, face

Set the rotation of hologram line facing (Yaw). This only has an effect on #HEAD:, #SMALLHEAD: and #ENTITY: content lines.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <facing> - Number between -180.0 and 180.0 for a specific angle, or a cardinal direction (NORTH, EAST, SOUTH or WEST).

/dh l setpermission <hologram> <page> <line> [permission]

Aliases: perm, permission, setperm

Set a permission required to view a hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • [permission] - Permission required for a line to be seen. Leave empty to remove any permission.

/dh l swap <hologram> <page> <line1> <line2>

Swap two lines in a hologram.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the lines are.
  • <line1> - Index of the first line.
  • <line2> - Index of the second line.