-
Notifications
You must be signed in to change notification settings - Fork 1
en Commands
oolongho edited this page Jul 28, 2026
·
6 revisions
WooHolograms' main command supports the following aliases — use any of them:
| Prefix | Description |
|---|---|
/wooholograms |
Full command name |
/hologram |
Shorthand |
/holo |
Shorthand |
/wh |
Shortest (recommended) |
Quick Usage: Simply input the main command to open the GUI management interface. Executing it from the console will display the help.
| Command | Description | Permission |
|---|---|---|
/wh create <name> [content] |
Create a hologram at the player's location, with optional initial content | wooholograms.command.create |
/wh delete <name> |
Delete a hologram | wooholograms.command.delete |
/wh copy <source> <target> |
Clone a hologram | wooholograms.command.copy |
/wh near [range] |
Find nearby holograms (default range 10 blocks) | wooholograms.command.near |
/wh list [page] |
List all holograms | wooholograms.command.list |
/wh info <name> |
View hologram details | wooholograms.command.info |
/wh enable <name> |
Enable a hologram | wooholograms.command.enable |
/wh disable <name> |
Disable a hologram | wooholograms.command.disable |
/wh gui [name] |
Open GUI. Without a name opens the list; with a name opens the editor directly | wooholograms.command.gui |
/wh reload |
Reload config | wooholograms.command.reload |
/wh help |
Show help | None |
| Command | Description | Permission |
|---|---|---|
/wh movehere <name> |
Move a hologram to the player's current location | wooholograms.command.movehere |
/wh moveto <name> <x> <y> <z> [world] |
Move a hologram to the specified coordinates; omitting world defaults to current | wooholograms.command.moveto |
/wh teleport <name> |
Teleport to a hologram's location | wooholograms.command.teleport |
| Command | Description | Permission |
|---|---|---|
/wh addline <name> <content> |
Add a line to the end | wooholograms.command.addline |
/wh removeline <name> <line> |
Remove a line (line index starts at 0) | wooholograms.command.removeline |
/wh setline <name> <line> <content> |
Set a line's content | wooholograms.command.setline |
/wh insertline <name> <line> <content> |
Insert a line at the specified position | wooholograms.command.insertline |
/wh offset <name> <line> <x> <y> <z> |
Set line offset | wooholograms.command.offset |
/wh height <name> <line> <height> |
Set line height | wooholograms.command.height |
| Command | Description | Permission |
|---|---|---|
/wh addpage <name> [content] |
Add a new page, with optional initial content | wooholograms.command.addpage |
/wh removepage <name> <page> |
Remove a page (page number starts at 1) | wooholograms.command.removepage |
/wh swappage <name> <page1> <page2> |
Swap two pages | wooholograms.command.swappage |
/wh setpage <name> <page> |
Set the page you are currently viewing | wooholograms.command.setpage |
| Command | Description | Permission |
|---|---|---|
/wh setrange <name> <range> |
Set view range (blocks) | wooholograms.command.setrange |
/wh setinterval <name> <tick> |
Set variable update interval (ticks) | wooholograms.command.setinterval |
/wh setpermission <name> [permission] |
Set view permission; omit to clear | wooholograms.command.setpermission |
/wh setfacing <name> <mode> <yaw> [pitch] |
Set facing mode, see parameter details below | wooholograms.command.setfacing |
/wh setdoublesided <name> <true|false> |
Set double-sided display | wooholograms.command.setdoublesided |
/wh setscale <name> [line] <x> <y> <z> |
Set scale. With line number sets line-level; without sets hologram-level | wooholograms.command.setscale |
/wh setshadow <name> [line] <radius> <strength> |
Set shadow radius and strength | wooholograms.command.setshadow |
/wh setglowcolor <name> [line] <color|#RRGGBB|reset> |
Set glow color | wooholograms.command.setglowcolor |
/wh setchroma <name> [line] <background|glow> <true|false> |
Set chroma gradient effect | wooholograms.command.setchroma |
| Command | Description | Permission |
|---|---|---|
/wh actions <name> <page> <click_type> |
List actions on the specified page | wooholograms.command.actions |
/wh addaction <name> <page> <click_type> <action_type> [value] |
Add a click action, see parameter details below | wooholograms.command.addaction |
/wh deleteaction <name> <page> <click_type> <index> |
Delete an action | wooholograms.command.deleteaction |
Per-line actions: The above commands only apply to page-level actions. To configure click actions for a single line, use the GUI via "LineEdit → Line Action Management".
| Command | Description | Permission |
|---|---|---|
/wh convert <holographicdisplays|hd|cmi> |
Import data from other plugins | wooholograms.command.convert |
/wh profiler [on|off|reset] |
View/control profiler | wooholograms.command.profiler |
| Mode | Description |
|---|---|
fixed_angle |
Fixed angle, requires yaw parameter (0-360 degrees), optional pitch parameter (-90~90 degrees) |
horizontal |
Horizontal tracking, always faces the player horizontally |
vertical |
Vertical tracking, always faces the player vertically |
all |
Full tracking, always faces the player |
-
yaw: Horizontal angle (0-360 degrees), required forfixed_anglemode only -
pitch: Vertical tilt angle (-90~90 degrees), optional forfixed_anglemode, preserves previous value if omitted
Examples:
-
/wh setfacing spawn fixed_angle 90— Rotate 90° horizontally, pitch preserved -
/wh setfacing spawn fixed_angle 90 90— 90° horizontal + 90° vertical
| Type | Description |
|---|---|
left |
Left click |
right |
Right click |
shift_left |
Shift + Left click |
shift_right |
Shift + Right click |
| Type | Description | Value Parameter |
|---|---|---|
message |
Send a message to the player | Message text (supports color codes) |
command |
Execute a command as the player | Command (without /) |
console |
Execute a command as console | Command (without /) |
sound |
Play a sound | Sound name [volume] [pitch] |
teleport |
Teleport to a location | x y z [world] |
connect |
Connect to a BungeeCord server | Server name |
next_page |
Go to the next page | Not required |
prev_page |
Go to the previous page | Not required |
page |
Jump to a specific page | Page number |
Example: /wh addaction spawn 1 left message &aWelcome to spawn!