Skip to content

Configuration

dimazbtw edited this page Jun 11, 2026 · 1 revision

Configuration

plugins/Sentinel-TextDisplays/config.yml holds the plugin settings and every user-facing message. Per-display settings live in their own files — see File Format.

settings:
  prefix: "&8[&bDisplays&8]&r "

  # Defaults applied when you run "/td create <name>"
  default-display-range: 48      # blocks within which the display is shown
  default-update-range: 48       # blocks within which placeholders keep updating
  default-update-interval: 20    # ticks between placeholder updates (20 = 1s)
  default-scale: 1.0
  default-billboard: CENTER      # FIXED, VERTICAL, HORIZONTAL or CENTER
  default-background: default    # default, transparent, #RRGGBB or #AARRGGBB

  # Default click hitbox used the first time you add a click action
  default-click-width: 2.0
  default-click-height: 1.0

  # Minimum time between click actions per player per display (milliseconds)
  click-cooldown-ms: 500

  debug: false

messages:
  # every plugin message, fully editable (legacy & + hex colors supported)

Key options

Key Default Description
settings.prefix Prefix for plugin chat messages
default-* Starting values for newly created displays
click-cooldown-ms 500 Per-player anti-spam for click actions
messages.* All plugin messages, fully translatable

Changes apply with /td reload — it reloads the config and every display file, re-rendering for online players.

Clone this wiki locally