Skip to content

Title Effect

MomoPewpew edited this page Jul 28, 2023 · 5 revisions

Description: Plays a title on your screen.

Source Code

Configuration:

Option Description Default Value
fade-in Time it takes for the title to fade in. 10
stay Duration of the title. 40
fade-out Time it takes for the title to fade out. 10
broadcast Defines if this message should be broadcast to all players. false

Example:

title:
    spell-class: ".instant.DummySpell"
    effects:
        titleeffect:
          position: caster
          effect: title
          title:
          subtitle: "&4> &c&lYou have been killed. &4<"
          fade-in: 5
          stay: 40
          fade-out: 5
Clone this wiki locally