-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
dimazbtw edited this page Jun 11, 2026
·
1 revision
Base command: /td (aliases /sd, /displays, /textdisplay). Everything works from the
GUI (/td gui) or commands. Every level has tab-completion, and /td line help,
/td page help and /td display help print categorized help in-game.
Page and line numbers are 1-based.
| Command | Description |
|---|---|
/td create <name> [text] |
Create a display where you stand |
/td delete <name> |
Delete a display |
/td edit <name> |
Open the editor for a display |
/td gui |
Open the displays manager |
/td list · info <name>
|
List all / inspect one |
/td clone <name> <new> · rename <name> <new>
|
Duplicate / rename |
/td enable · disable <name>
|
Show / hide without deleting |
/td nearby <range> |
List displays around you |
/td reload |
Reload config + all displays |
/td version |
Plugin version |
| Command | Description |
|---|---|
/td movehere <name> |
Move the display to your location |
/td move <name> <x> <y> <z> [world] |
Move to coordinates |
/td teleport <name> |
Teleport to the display |
/td center <name> |
Center it on its block |
/td facing <name> <degrees> |
Set the rotation (FIXED/VERTICAL billboard) |
| Command | Description |
|---|---|
/td line add <name> <text> |
Add a line |
/td line set <name> <line> <text> |
Replace a line |
/td line remove <name> <line> |
Remove a line |
/td line insertbefore <name> <line> <text> |
Insert before a line |
/td line insertafter <name> <line> <text> |
Insert after a line |
| Command | Description |
|---|---|
/td page add <name> |
Add a page |
/td page insert <name> <page> |
Insert a page |
/td page remove <name> <page> |
Remove a page |
/td page swap <name> <p1> <p2> |
Swap two pages |
/td page addaction <name> <page> <click> <TYPE:data> |
Add a click action (see Pages and Actions) |
/td page removeaction <name> <page> <click> <index> |
Remove an action |
/td page clearactions <name> <page> [click] |
Clear actions |
| Command | Description |
|---|---|
/td scale <name> <x> [y] [z] |
Text size — uniform or per-axis |
/td billboard <name> <mode> |
FIXED · VERTICAL · HORIZONTAL · CENTER
|
/td background <name> <value> |
default · transparent · #RRGGBB · #AARRGGBB
|
/td opacity <name> <0-255> |
Text opacity |
/td linewidth <name> <n> |
Max width before wrapping |
/td shadow · seethrough <name> <true|false>
|
Shadow / visible through blocks |
/td alignment <name> <LEFT|CENTER|RIGHT> |
Multi-line alignment |
/td brightness <name> <block> <sky> |
Light override (-1 -1 to clear) |
/td displayrange · updaterange <name> <blocks>
|
Visibility / refresh distance |
/td updateinterval <name> <ticks> |
Placeholder refresh rate |
/td downorigin <name> <true|false> |
Anchor at the bottom |
/td viewpermission <name> <node|none> |
Restrict who can see it |
/td clickbox <name> <width> <height> |
Click hitbox size |
| Node | Grants |
|---|---|
displays.admin |
Full access to all commands and the editor (default: op) |
Per-display visibility can additionally be gated with /td viewpermission <name> <node> —
players without the node never receive the display at all.
Sentinel-TextDisplays