Skip to content

Action Bar Text Effect

JasperLorelai edited this page May 19, 2024 · 8 revisions

Source Code

effect: actionbartext

Description:

Shows a message on your action bar.

Configuration:

Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.

Option Description Type Default
message Rich Text
broadcast Defines if this message should be broadcast to all players. Boolean false

Example:

actionbar:
    spell-class: ".instant.DummySpell"
    effects:
        eff1:
            position: caster
            effect: actionbartext
            message: "&6&lThis is a test message!"
            broadcast: false
Clone this wiki locally