Links

Hologram Line

Commands

You can simply view all commands for hologram lines using the following command.
/dh lines help

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

Add a new line into hologram.
  • <hologram> - Name of the hologram.
  • <page> - Index of the page, on which the line is.
  • <content> - Content of the new line.
Aliases: 'add', 'append'

/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.
  • <content> - New content of the line.

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

Insert a new line into hologram at the position of the given line.
  • <hologram> - Name of the hologram.
  • <page> - Index of the page, on which the line is.
  • <line> - Index of the line.
  • <content> - Content of the new line.

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

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.
Aliases: 'remove', 'rem', 'delete', 'del'

/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.
  • <height> - New height. (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>

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.
Aliases: 'facing', 'face'

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

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)
Aliases: 'setpermission', 'permission', 'setperm', 'perm'

/dh l align <hologram> <page> <line1> <line2> <X|Y|XZ>

Align two lines in a hologram on the specified axis.
  • <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.