TextDisplay
A plugin for creating and managing text displays in the Minecraft world with full PlaceholderAPI support, allowing you to add dynamic information panels, messages, and decorative inscriptions.
Main Features
TextDisplay provides a flexible system for text displays with numerous appearance and behavior settings. Create static and dynamic text elements that can display current game information through placeholders.
Plugin Commands
| Command | Description | Permission |
|---|---|---|
/textdisplay help |
Show help message | textdisplay.command.help |
/textdisplay create <name> <x> <y> <z> <text> |
Create a text display | textdisplay.command.create |
/textdisplay info <name> |
Get display information | textdisplay.command.info |
/textdisplay set <name> <property> <value> |
Modify display properties | textdisplay.command.set |
/textdisplay delete <name> |
Delete a text display | textdisplay.command.delete |
/textdisplay reload |
Reload texts from configuration | textdisplay.command.reload |
Text Display Settings
Using the /textdisplay set command, you can configure various display parameters:
- text - text content
- position - world coordinates
- rotation - text rotation angle
- updateInterval - text update interval (0 to disable)
- scale - display scale
- translation - position offset
- leftRotation - left rotation
- rightRotation - right rotation
- billboard - text orientation mode
- alignment - text alignment
- defaultBackground - background display
- seeThrough - visibility through blocks
- shadow - text shadow
- lineWidth - line width
Advanced Editing Features
All text displays are saved as individual configuration files in the plugins/TextDisplay/texts folder. You can manually edit these files and then execute the /textdisplay reload command to apply changes.
This system provides full control over text elements both through in-game commands and direct file editing.