Links

Hologram

General usage and editting of Holograms.

Commands

Due to the large number of commands for editing holograms, we have grouped them into their own category. You can access all of these commands by using the command provided below.
/dh holograms <subcommand>
Aliases: 'holograms', 'hologram', 'holo', 'h'

/dh h help

This command displays a comprehensive list of all hologram-related commands.

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

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)
Aliases: 'create', 'c'

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

Clone an existing hologram.
  • <hologram> - Name of the Hologram to clone.
  • <name> - Name of the new, cloned hologram.
  • [temp] - 'True', if you DON'T want the hologram to save, otherwise 'False'. [Default: False] (Optional)
  • [-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 -l:world:0:100:0
  • /dh h clone test test_clone true
  • /dh h clone test test_clone
  • /dh h clone test test_clone -l:world:0:100:0 false
Aliases: 'copy'

/dh h delete <hologram>

Delete existing hologram.
  • <hologram> - Name of the Hologram.
Aliases: 'delete', 'del', 'remove', 'rem'

/dh h rename <hologram> <new_name>

Rename existing hologram.
  • <hologram> - Name of the Hologram, you want to rename.
  • <new_name> - The Holograms new name.

/dh h setpermission <hologram> [permission]

Set the current permission required to view the hologram.
  • <hologram> - Name of the Hologram.
  • [permission] - New permission. (Leave empty to remove)
Aliases: 'setpermission', 'permission', 'setperm', 'perm'

/dh h info <hologram>

Prints some general info about a hologram.
  • <hologram> - Name of the Hologram.

/dh h lines <hologram> [page]

Lists all the holograms lines.
  • <hologram> - Name of the Hologram to clone.
  • [page] - Page of the list. (Optional)

/dh h teleport <hologram>

Teleports you to the given hologram.
  • <hologram> - Name of the Hologram.
Aliases: 'teleport', 'tele', 'tp'

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

Teleports you to the given hologram.
  • <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.
Aliases: 'mv'

/dh h movehere <hologram>

Teleports you to the given hologram.
  • <hologram> - Name of the Hologram.
Aliases: 'mvhr'

/dh h update <hologram>

Hide the hologram and then Show it again.
  • <hologram> - Name of the Hologram.

/dh h disable <hologram>

Disable a hologram. While disabled, it won't be displayed to anyone.
  • <hologram> - Name of the Hologram.
Aliases: 'disable', 'off'

/dh h enable <hologram>

Enable a hologram.
  • <hologram> - Name of the Hologram.
Aliases: 'enable', 'on'

/dh h center <hologram>

Moves a hologram into the center of the block on its current X, Z location.
  • <hologram> - Name of the Hologram.

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

Moves a hologram to the location of the other hologram on a specified axis.
  • <hologram> - Name of the Hologram.
  • <otherHologram> - Name of the other Hologram.

/dh h setfacing <hologram> <facing>

Set the rotation of hologram facing (yaw).
  • <hologram> - Name of the Hologram.
  • <facing> - Angle of rotation in degrees.
Aliases: 'facing', 'face'

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

Set the value of down origin. If true, hologram's location will be relative to it's bottom.
  • <hologram> - Name of the Hologram.

/dh h near <distance>

List of holograms in the specified distance from you.
  • <distance> - Distance to check in blocks.

/dh h setdisplayrange <hologram> <range>

Set maximum distance a player can be from a hologram to see it.
  • <hologram> - Name of the Hologram.
  • <range> - Range in blocks.

/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> - Range in blocks.

/dh h setupdateinterval <hologram> <interval>

Set update interval.
  • <hologram> - Name of the Hologram.
  • <interval> - Interval in ticks (20 = 1sec).