Creating Holograms
Create, delete, rename, and teleport holograms
Edit on GitHubCreating Holograms
Creating holograms is the first step in building your hologram setup. You can create holograms at your current location or at specific coordinates.
Commands
Create a Hologram
Creates a new hologram with the specified name.
Usage: /hologram create <name> [<position>] [<rotation>] [<world>]
Examples:
# Create a hologram at your location
/hologram create my-hologram
# Create a hologram at specific coordinates
/hologram create spawn-hologram 0 64 0
# Create a hologram with custom yaw and pitch
/hologram create angled-hologram 0 64 0 90 15
# Create a hologram in a specific world
/hologram create nether-hologram 100 64 100 180 0 minecraft:the_netherIf no position is specified, the hologram will be created at your current location.
Delete a Hologram
Permanently removes a hologram from the server.
Usage: /hologram delete <hologram>
Examples:
# Delete a specific hologram
/hologram delete old-hologram
# Remove unused hologram
/hologram delete test-hologramDeleting a hologram is permanent and cannot be undone.
All lines, actions, and settings will be lost.
Rename a Hologram
Changes the name of an existing hologram.
Usage: /hologram rename <hologram> <name>
Examples:
# Rename a hologram
/hologram rename old-name new-name
# Give a hologram a more descriptive name
/hologram rename test shop-displayList Holograms
Displays a list of all holograms on the server.
Usage: /hologram list
Teleport
Teleports you to a hologram, or moves a hologram to a new location.
Usage: /hologram teleport <hologram> (<position> [<rotation>] [<world>] | <target>)
Teleport to a Hologram:
# Teleport yourself to a hologram
/hologram teleport spawn-hologramMove a Hologram to Coordinates:
# Move a hologram to a player or entity
/hologram teleport my-hologram Notch
# Move a hologram to specific coordinates
/hologram teleport my-hologram 0 64 0
# Move a hologram and set yaw/pitch
/hologram teleport my-hologram 0 64 0 90 15
# Move a hologram to coordinates in a specific world
/hologram teleport my-hologram 100 64 100 180 0 minecraft:the_netherMove a Hologram to an Entity:
# Move a hologram to a player or entity
/hologram teleport my-hologram NotchWhen no position or target is specified, the command teleports you to the hologram.
When a position or target is provided, the hologram is moved instead.
Clone a Hologram
Creates a copy of an existing hologram with a new name at your current location.
Usage: /hologram clone <hologram> <name>
Examples:
# Clone a hologram
/hologram clone my-hologram my-hologram-copy
# Clone a hologram with a new name
/hologram clone shop-display shop-display-2The cloned hologram will be placed at your current location with all lines, actions, and settings copied from the original.
Last updated on