Hologram
General usage and editing of Holograms
Arguments¶
Parenthesis are used to indicate arguments. They are not required in the actual command you use!
| Parenthesis | Meaning |
|---|---|
<> |
Indicates a required argument. |
[] |
Indicates a optional argument. |
{} |
Gives a list of possible options, separated by |. |
Commands¶
Aliases: hologram, holo, h
Permission: dh.command.holograms
Command help
For a list of all available subcommands run the following command:
/dh h help
/dh h addflag <hologram> <flag>¶
-
Permission:
dh.command.holograms.addflagAdds 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>¶
-
Permission:
dh.command.holograms.alignMoves 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>¶
-
Permission:
dh.command.holograms.centerMoves 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
Permission:dh.command.holograms.cloneClone 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 isfalse[-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>] [--center] [content]¶
-
Aliases:
create,c
Permission:dh.command.holograms.createCreate 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.[--center]- Centers the Hologram.[content]- Content of the first line.
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 create test --center
/dh h delete <hologram>¶
-
Aliases:
del,remove,rem
Permission:dh.command.holograms.deleteDelete an existing hologram.
<hologram>- Name of the Hologram.
/dh h disable <hologram>¶
-
Aliases:
off
Permission:dh.command.holograms.disableDisable a hologram. While disabled, it won't be displayed to anyone.
<hologram>- Name of the Hologram.
/dh h downorigin <hologram> {true|false}¶
-
Permission:
dh.command.holograms.downoriginSets 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
Permission:dh.command.holograms.enableEnable a hologram.
<hologram>- Name of the Hologram.
/dh h info <hologram>¶
-
Permission:
dh.command.holograms.infoPrints some general info about a hologram.
<hologram>- Name of the Hologram.
/dh h lines <hologram> <page> [listPage]¶
-
Permission:
dh.command.holograms.linesLists 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
Permission:dh.command.holograms.moveTeleports 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
Permission:dh.command.holograms.movehereTeleports the given hologram to your location.
<hologram>- Name of the Hologram.
/dh h near <distance>¶
-
Permission:
dh.command.holograms.nearLists of holograms in the specified distance from you.
<distance>- Distance to check in blocks.
/dh h removeflag <hologram> <flag>¶
-
Permission:
dh.command.holograms.removeflagRemoves 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>¶
-
Permission:
dh.command.holograms.renameRename an existing hologram.
<hologram>- Name of the Hologram, you want to rename.<new_name>- The Hologram's new name.
/dh h setdisplayrange <hologram> <range>¶
-
Permission:
dh.command.holograms.setdisplayrangeSet maximum distance a player can be from a hologram to see it.
<hologram>- Name of the Hologram.<range>- Number between1and64to set the display range in blocks.
/dh h setfacing <hologram> <facing>¶
-
Aliases:
facing,face,setface
Permission:dh.command.holograms.setfacingSet the rotation of hologram facing (yaw). Only affects
#HEAD:,#SMALLHEAD:and#ENTITY:content lines.<hologram>- Name of the Hologram.<facing>- Number between-180.0and180.0for a specific angle, or a cardinal direction (NORTH,EAST,SOUTHorWEST).
/dh h setpermission <hologram> [permission]¶
-
Aliases:
permission,setperm,perm
Permission:dh.command.holograms.setpermissionSet 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
Permission:dh.command.holograms.setupdateintervalSet update interval.
<hologram>- Name of the Hologram.<interval>- Number between1and1200to set the interval in ticks (20 ticks = 1 sec.).
/dh h setupdaterange <hologram> <range>¶
-
Permission:
dh.command.holograms.setupdaterangeSet maximum distance a player can be from a hologram to see it's updates.
<hologram>- Name of the Hologram.<range>- Number between1and64to set the update range in blocks.
/dh h teleport <hologram>¶
-
Aliases:
tele,tp
Permission:dh.command.holograms.teleportTeleports you to the given hologram.
<hologram>- Name of the Hologram.
/dh h update <hologram>¶
-
Permission:
dh.command.holograms.updateHide the hologram and then Show it again.
<hologram>- Name of the Hologram.