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> - Content of the new line.

/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 the new 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.
  • <conten> - Content of the new line.

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

Aliases: rem, delete, del

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 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.

/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 edit <hologram> <page> <line>

Edit line in a hologram. Sends you a clickable message that puts a command to edit the line into your chat field.

  • <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> <newHeight>

Set a new height to hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <newHeight> - New X offset. (0.0 - 2.5)

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

Set a new X offset to hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <offset> - New X offset. (0.0 - 2.5)

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

Set a new Z offset to hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <offset> - New Z offset. (0.0 - 2.5)

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

Aliases: facing, face

Set the rotation of hologram line facing (Yaw).

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <facing> - Angle of rotation in degrees, or a cardinal direction (NORTH, EAST, SOUTH or WEST).

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

Aliases: permission, setperm, perm

Set the current permission required to view the hologram line.

  • <hologram> - Name of the Hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • [permission] - New permission. (Leave empty to remove)

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

Align two lines in a hologram 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 both axis.