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 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)
/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]
-true
, if you DON'T want the hologram to save, otherwisefalse
(default). (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
/dh h delete <hologram>
¶
Aliases:
del
,remove
,rem
Delete an existing hologram.
<hologram>
- Name of the Hologram.
/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 setpermission <hologram> [permission]
¶
Aliases:
permission
,setperm
,perm
Set the current permission required to view the hologram.
<hologram>
- Name of the Hologram.[permission]
- New permissio. (Leave empty to remove)
/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.[page]
- Page of the list. (Optional)
/dh h teleport <hologram>
¶
Aliases:
tele
,tp
Teleports you to the given hologram.
<hologram>
- Name of the Hologram.
/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 update <hologram>
¶
Hode the hologram and then Show it again.
<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 enable <hologram>
¶
Aliases:
on
Enable a hologram.
<hologram>
- Name of the 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 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.{X|Y|Z|XZ}
- Aligns the hologram on the X, Y, Z or X and Z axis of the<otherHologram>
.<otherHologram>
- Name of the other Hologram.
/dh h setfacing <hologram> <facing>
¶
Aliases:
facing
,face
Set the rotation of hologram facing (yaw). Only affects
#HEAD:
,#SMALLHEAD:
and#ENTITY:
content lines.
<hologram>
- Name of the Hologram.<facing>
- Angle of rotation in degrees, or a cardinal direction (NORTH
,EAST
,SOUTH
orWEST
).
/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.
/dh h near <distance>
¶
Lists 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 ticks = 1 sec.).