Command Overview
All MasuHolograms commands use the /masuholograms root command, with two shorter aliases available.
Command Aliases
| Command | Alias |
|---|---|
/masuholograms |
Full command |
/mh |
Short alias (recommended) |
/holo |
Alternative alias |
All examples in this wiki use /mh for brevity.
Command Categories
| Category | Command | Description |
|---|---|---|
| Hologram | /mh hologram <sub> |
Create, delete, move, and configure holograms |
| Line | /mh line <sub> |
Add, edit, remove, and configure individual lines |
| Page | /mh page <sub> |
Manage pages and click actions |
| Feature | /mh feature <sub> |
Enable/disable mod features |
| Utility | /mh help, /mh reload, etc. |
General utility commands |
Index Numbering
All page and line indices in commands are 1-indexed (starting from 1):
/mh line set myHolo 1 1 text— sets page 1, line 1/mh page remove myHolo 2— removes page 2/mh page addaction myHolo 1 RIGHT NEXT_PAGE— adds action to page 1
Tab Completion
All commands support full tab completion for:
- Hologram names
- Page numbers (based on hologram's page count)
- Line numbers (based on page's line count)
- Flag names
- Feature names
- Click types
- Action types
Permissions
- Admin commands (hologram, line, page, feature, list, reload, version) require op level 2
- Player commands (getbook, guide) are available to all players by default
- With LuckPerms, permissions can be configured per-player or per-group
See Permissions for details.