Skip to content

Hologram Commands

All hologram management commands are under /mh hologram.

Creating & Deleting

create

/mh hologram create <name> [content]

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

/mh hologram delete <name>

Permanently deletes a hologram and its data file. This cannot be undone.

clone

/mh hologram clone <name> <newName>

Creates a copy of an existing hologram at your current position. All settings, pages, lines, and actions are duplicated.

Example:

/mh hologram clone welcome welcome_copy

rename

/mh hologram rename <name> <newName>

Renames a hologram. The data file is also renamed.

Moving & Positioning

movehere

/mh hologram movehere <name>

Moves a hologram to your current position (Y + 1.5 blocks).

move

/mh hologram move <name> <x> <y> <z>

Moves a hologram to exact coordinates.

Example:

/mh hologram move welcome 100.5 65.0 -200.5

center

/mh hologram center <name>

Centers a hologram on the current block by setting X and Z to .5 coordinates. Useful for aligning holograms to block centers.

align

/mh hologram align <name> <axis> <otherHologram>

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:

/mh hologram align shop_title XZ shop_items

teleport

/mh hologram teleport <name>

Teleports you to the hologram's position.

Configuration

setfacing

/mh hologram setfacing <name> <angle>

Sets the hologram's rotation angle in degrees (0-360). This affects which direction entity-type lines face.

  • 0 = South (default)
  • 90 = West
  • 180 = North
  • 270 = East

downorigin

/mh hologram downorigin <name> <true|false>

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

/mh hologram setdisplayrange <name> <range>

Sets the maximum distance (in blocks) at which players can see this hologram. Range: 1-256 (default: 48).

setupdaterange

/mh hologram setupdaterange <name> <range>

Sets the maximum distance at which placeholders and animations update for this hologram. Range: 1-256 (default: 48).

setupdateinterval

/mh hologram setupdateinterval <name> <interval>

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

/mh hologram setpermission <name> [permission]

Sets a permission required to see this hologram. Omit the permission argument to clear it.

Examples:

/mh hologram setpermission vip_area my.server.vip
/mh hologram setpermission vip_area

addflag / removeflag

/mh hologram addflag <name> <flag>
/mh hologram removeflag <name> <flag>

Add or remove hologram flags. See Flags for all available flags.

Example:

/mh hologram addflag welcome DISABLE_PLACEHOLDERS

Information

info

/mh hologram info <name>

Displays all hologram settings in chat with clickable elements to edit each property.

near

/mh hologram near <range>

Lists all holograms within the specified block range from your position.

Example:

/mh hologram near 50

Visibility

enable / disable

/mh hologram enable <name>
/mh hologram disable <name>

Enables or disables a hologram. Disabled holograms are invisible to all players but retain their data.

update

/mh hologram update <name>

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.