Animated Titles

Default configuration file

config-version: 1

animations:
  # Intervals must be milliseconds
  # The minimum interval is 10ms
  title-1:
    interval: 833
    value:
      - "&8Loading."
      - "&8Loading.."
      - "&8Loading..."
  actionbar-1:
    interval: 500
    value:
      - "&8---------"
      - "<blue>-&8--------"
      - "<blue>--&8-------"
      - "<blue>---&8------"
      - "<blue>----&8-----"
      - "<blue>-----&8----"
      - "<blue>------&8---"
      - "<blue>-------&8--"
      - "<blue>--------&8-"
      - "<blue>---------"
  subtitle-1:
    interval: 500
    value:
      - "&8Loading in %nextrtp_teleport_progress_time%."
      - "&8Loading in %nextrtp_teleport_progress_time%.."
      - "&8Loading in %nextrtp_teleport_progress_time%..."

Explication

Animated titles are a feature created to be useful for resource pack creators and font makers to provide an immersive visualization for the player while they wait or load.

These titles change frames at each interval you specify, for example: 1000ms -> 1s. The minimum interval you can set is 10 milliseconds.

Supports MiniMessage, Legacy and PlaceholderAPI placeholders.

Last updated