-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
-
"Text Displays require Minecraft 1.19.4 or newer" — the
text_displayentity simply doesn't exist on older versions. - Missing dependency — install the free PacketEvents plugin; it's required.
Make sure you're within its display-range and in the same world, the display is enabled, and you
have its view-permission (if one is set). Run /td info <name> to check everything at a glance.
Clicking needs a hitbox: click-width and click-height must be > 0
(/td clickbox <name> 2 1). Adding your first action sets one automatically. Also check the
action's PERMISSION: gate, and remember the 500 ms anti-spam cooldown.
Install PlaceholderAPI and the relevant expansion (e.g. /papi ecloud download Player).
Without it, %player_name% is shown literally — by design.
The file format follows the same structure (location string, pages → lines → content, actions), so
most hologram files drop in with minimal changes — text-display options like scale and
background are additive extras. See File Format.
Lower display-range / update-range and raise update-interval on heavy displays. Static text
is sent once per viewer and never again — only placeholder text refreshes, and only when it
actually changed for that player.
Not yet — Folia support is on the roadmap. Spigot and Paper (and Paper forks like Purpur/Pufferfish) are fully supported.
Questions or issues? Reach out on Discord — @notdimaz. Please open a ticket before a dispute; almost everything turns out to be a quick fix.
Sentinel-TextDisplays