Quick Start Guide
This guide walks you through creating your first hologram in under a minute.
Creating Your First Hologram
Step 1: Create a hologram
Stand where you want the hologram to appear and run:
This creates a hologram named welcome at your position with a default "Blank Line" text.
Step 2: Set the first line
This sets page 1, line 1 to golden "Welcome to the Server!" text.
Step 3: Add more lines
Now your hologram shows a welcome message with live player count and TPS.
Step 4: View your hologram
Walk a few blocks away and back. You should see floating text in the air. The placeholders ({online}, {max_players}, {tps}) update automatically every second.
Adding an Icon Line
Add a diamond icon above your text:
This inserts a floating diamond item at line 1, pushing existing lines down.
Adding a Player Head
This adds Steve's player head at the bottom of the hologram. Use any player name — the mod fetches the skin from Mojang's API.
Multi-Page Hologram
Add a second page
Add click navigation
Now right-clicking the hologram cycles between pages.
Adding Colors
MasuHolograms supports several color formats:
/mh line set welcome 1 1 &cRed &aGreen &9Blue
/mh line set welcome 1 1 &#FF5533Custom Hex Color
/mh line set welcome 1 1 <GRADIENT:FF0000>Gradient Text</GRADIENT:0000FF>
/mh line set welcome 1 1 <RAINBOW>Rainbow Text</RAINBOW>
Adding Animations
The text now types itself out letter by letter, then resets.
Quick Reference
| Action | Command |
|---|---|
| Create hologram | /mh hologram create <name> |
| Delete hologram | /mh hologram delete <name> |
| Add a line | /mh line add <holo> <page> <content> |
| Set a line | /mh line set <holo> <page> <line> <content> |
| Remove a line | /mh line remove <holo> <page> <line> |
| Add a page | /mh page add <holo> [content] |
| Move hologram | /mh hologram movehere <name> |
| Reload config | /mh reload |
Next Steps
- Line Types — text, icons, heads, and entities
- Color Codes — all color and formatting options
- Animations — animated text effects
- Placeholders — dynamic text content
- Click Actions — interactive holograms