-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dimazbtw edited this page Jun 11, 2026
·
1 revision
Per-player Text Display system for Spigot / Paper 1.19.4 – 1.21.x.
Displays are genuine text_display entities (added in 1.19.4) — not armor-stand holograms — rendered
per player via packets. Placeholders resolve per viewer, so the same display greets each player
by name. No entity ever exists server-side, so it stays light even with hundreds of displays.
- Installation — install PacketEvents and the plugin
-
Configuration —
config.ymlreference - Commands — every command + permissions
- File Format — the per-display YAML files (DecentHolograms-style)
- Colors — legacy codes, HEX, gradients, placeholders, emojis
- Pages and Actions — multi-page displays and click actions
- Editor — the in-game GUI editor
- FAQ
Developer API? See the repository README.
| Server | Spigot / Paper 1.19.4 – 1.21.x · Java 17 – 21 |
| Required | PacketEvents (free) |
| Optional | PlaceholderAPI · ItemsAdder · Nexo |
Players need nothing — everything is server-side packets.
Sentinel-TextDisplays