๐ฎ Tutorial Holograms
Root commands: /hologram
Worlds: Raid World
Access Level: Admin
The Tutorial Holograms admin command manages floating information texts, labels, and holograms in the tutorial regions.
subcommands
List Holograms
Lists all registered holograms:
/hologram list
Create Hologram
Creates a new hologram at your location with the specified ID:
/hologram create <id>
- Example:
/hologram create welcome_info
Edit Hologram Text
Edits the text content of a specific line number on a hologram:
/hologram edit <id> <line_num> <text>
- Example:
/hologram edit welcome_info 1 Welcome to Raid World!
Delete Hologram
Deletes a hologram by ID:
/hologram delete <id>
Teleport To Hologram
Teleports you to the location of the specified hologram:
/hologram teleportTo <id>
Teleport Hologram Here
Teleports the specified hologram to your current location:
/hologram teleportHere <id>
Set Billboard Alignment
Configures the rotation/view alignment mode for the hologram:
/hologram billboard <id> <fixed|vertical|horizontal|center>
Get Closest ID
Identifies the ID of the closest registered hologram:
/hologram getClosest <id>
Set Background Color
Configures the RGBA background color for the hologram block/background:
/hologram backgroundColorRGBA <id> <rgba>
Set Location
Moves the hologram to your current location:
/hologram setLocation <id>
Set Pitch
Sets the pitch angle of the hologram:
/hologram setPitch <id> <pitch>
Set Yaw
Sets the yaw rotation of the hologram:
/hologram setYaw <id> <yaw>
Drop Shadow Toggle
Enables or disables shadow styling for the hologram text:
/hologram dropShadow <id> <true|false>
Set Scale
Resizes the hologram display text scale:
/hologram scale <id> <scale>
Export Holograms
Exports current hologram data to a log file:
/hologram export
Reload Holograms
Reloads all hologram configuration files from the disk:
/hologram reload