Skip to content

Hologram

General usage and editing of Holograms

Commands

Aliases: hologram, holo, h

Command help

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

/dh h help


/dh h addflag <hologram> <flag>

Adds a flag to a hologram.

  • <hologram> - Name of the Hologram.
  • <flag> - Name of the Flag to add.

/dh h align <hologram> {X|Y|Z|XZ|FACING} <otherHologram>

Moves a hologram to the location of the other hologram on a specified axis.

  • <hologram> - Name of the Hologram.
  • {X|Y|Z|XZ|FACING} - Aligns the hologram on either the X, Y, Z, or X and Z axis of the <otherHologram>, or sets the same facing angle as the <otherHologram>.
  • <otherHologram> - Name of the other Hologram.

/dh h center <hologram>

Moves a hologram into the center of the block on its current X and Z location.

  • <hologram> - Name of the Hologram.

/dh h clone <hologram> <name> [temp] [-l:<world>:<x>:<y>:<z>]

Aliases: copy

Clone an existing hologram.

  • <hologram> - Name of the Hologram to clone.
  • <name> - Name of the new, clones Hologram.
  • [temp] - Optional boolean to set, whether the cloned hologram should be temporary (not save to file) or not. Default is false
  • [-l:<world>:<x>:<y>:<z>] - Optional location argument, which allows you to specify the location where the cloned hologram should be placed. This argument can also be used by console users to execute the command.

Examples

/dh h clone test test_clone
/dh h clone test test_clone true
/dh h clone test test_clone -l:world:0:100:0
/dh h clone test test_clone true -l:world:0:100:0

/dh h create <name> [-l:<world>:<x>:<y>:<z>] [content]

Aliases: create, c

Create a new hologram.

  • <name> - Name of the created Hologram.
  • [-l:<world>:<x>:<y>:<z>] - Optional location argument, which allows you to specify the location where the hologram should be placed. This argument can also be used by console users to execute the command.
  • [content] - Content of the first line. (Optional)

Examples

/dh h create test
/dh h create test -l:world:0:100:0
/dh h create test First Line
/dh h create test -l:world:0:100:0 First Line

/dh h delete <hologram>

Aliases: del, remove, rem

Delete an existing hologram.

  • <hologram> - Name of the Hologram.

/dh h disable <hologram>

Aliases: off

Disable a hologram. While disabled, it won't be displayed to anyone.

  • <hologram> - Name of the Hologram.

/dh h downorigin <hologram> {true|false}

Sets the value of down origin. If true, hologram's location will be relative to its bottom.

  • <hologram> - Name of the Hologram.
  • {true|false} - Whether the hologram's location should be relative to its bottom line or not.

/dh h enable <hologram>

Aliases: on

Enable a hologram.

  • <hologram> - Name of the Hologram.

/dh h info <hologram>

Prints some general info about a hologram.

  • <hologram> - Name of the Hologram.

/dh h lines <hologram> <page> [listPage]

Lists all the holograms lines.

  • <hologram> - Name of the Hologram.
  • <page> - Page to list the lines of.
  • [listPage] - Optional page in the list to move to.

/dh h move <hologram> <x> <y> <z>

Aliases: mv

Teleports the given hologram to the given coordinates.

  • <hologram> - Name of the Hologram.
  • <x> - New X location of the Hologram.
  • <y> - New Y location of the Hologram.
  • <z> - New Z location of the Hologram.

/dh h movehere <hologram>

Aliases: mvhr

Teleports the given hologram to your location.

  • <hologram> - Name of the Hologram.

/dh h near <distance>

Lists of holograms in the specified distance from you.

  • <distance> - Distance to check in blocks.

/dh h removeflag <hologram> <flag>

Removes a flag from the hologram.

  • <hologram> - Name of the Hologram.
  • <flag> - Name of the Flag you want to remove.

/dh h rename <hologram> <new_name>

Rename an existing hologram.

  • <hologram> - Name of the Hologram, you want to rename.
  • <new_name> - The Hologram's new name.

/dh h setdisplayrange <hologram> <range>

Set maximum distance a player can be from a hologram to see it.

  • <hologram> - Name of the Hologram.
  • <range> - Number between 1 and 64 to set the display range in blocks.

/dh h setfacing <hologram> <facing>

Aliases: facing, face, setface

Set the rotation of hologram facing (yaw). Only affects #HEAD:, #SMALLHEAD: and #ENTITY: content lines.

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

/dh h setpermission <hologram> [permission]

Aliases: permission, setperm, perm

Set the current permission required to view the hologram.

  • <hologram> - Name of the Hologram.
  • [permission] - Permission required for a hologram to be seen. Leave empty to remove any permission.

/dh h setupdateinterval <hologram> <interval>

Aliases: updateinterval

Set update interval.

  • <hologram> - Name of the Hologram.
  • <interval> - Number between 1 and 1200 to set the interval in ticks (20 ticks = 1 sec.).

/dh h setupdaterange <hologram> <range>

Set maximum distance a player can be from a hologram to see it's updates.

  • <hologram> - Name of the Hologram.
  • <range> - Number between 1 and 64 to set the update range in blocks.

/dh h teleport <hologram>

Aliases: tele, tp

Teleports you to the given hologram.

  • <hologram> - Name of the Hologram.

/dh h update <hologram>

Hide the hologram and then Show it again.

  • <hologram> - Name of the Hologram.