Hologram Commands
All hologram management commands are under /mh hologram.
Creating & Deleting
create
Creates a new hologram at your current position. The hologram spawns 1.5 blocks above your feet.
| Parameter | Description | Default |
|---|---|---|
name |
Unique hologram name (no spaces) | Required |
content |
First line content | "Blank Line" (configurable) |
Examples:
/mh hologram create welcome
/mh hologram create shop &6Shop Menu
/mh hologram create info #ICON:BOOK
delete
Permanently deletes a hologram and its data file. This cannot be undone.
clone
Creates a copy of an existing hologram at your current position. All settings, pages, lines, and actions are duplicated.
Example:
rename
Renames a hologram. The data file is also renamed.
Moving & Positioning
movehere
Moves a hologram to your current position (Y + 1.5 blocks).
move
Moves a hologram to exact coordinates.
Example:
center
Centers a hologram on the current block by setting X and Z to .5 coordinates. Useful for aligning holograms to block centers.
align
Aligns one hologram's position to match another hologram on the specified axis.
| Axis | Effect |
|---|---|
X |
Match X coordinate |
Y |
Match Y coordinate |
Z |
Match Z coordinate |
XZ |
Match both X and Z |
XYZ |
Match all coordinates |
Example:
teleport
Teleports you to the hologram's position.
Configuration
setfacing
Sets the hologram's rotation angle in degrees (0-360). This affects which direction entity-type lines face.
0= South (default)90= West180= North270= East
downorigin
Controls how lines stack vertically.
| Value | Behavior |
|---|---|
false (default) |
Line 1 at the top, lines stack downward |
true |
Last line at the bottom (origin), lines stack upward |
setdisplayrange
Sets the maximum distance (in blocks) at which players can see this hologram. Range: 1-256 (default: 48).
setupdaterange
Sets the maximum distance at which placeholders and animations update for this hologram. Range: 1-256 (default: 48).
setupdateinterval
Sets how often (in ticks) placeholders refresh. Range: 1-1200 (default: 20 = every second).
Lower values = more responsive but higher server load. 20 ticks (1 second) is a good balance.
setpermission
Sets a permission required to see this hologram. Omit the permission argument to clear it.
Examples:
addflag / removeflag
Add or remove hologram flags. See Flags for all available flags.
Example:
Information
info
Displays all hologram settings in chat with clickable elements to edit each property.
near
Lists all holograms within the specified block range from your position.
Example:
Visibility
enable / disable
Enables or disables a hologram. Disabled holograms are invisible to all players but retain their data.
update
Forces a full re-render of the hologram — destroys all fake entities and re-spawns them. Useful after making configuration changes that don't automatically refresh.