Skip to content
JasperLorelai edited this page May 19, 2024 · 8 revisions

Source Code

effect: broadcast

Description:

Broadcasts a message.

Configuration:

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

Option Description Type Default
message Rich Text
range Range of the broadcast. (0 is global) Double 0
targeted Defines whether the message should be broadcast to the target instead. Boolean false

Additional Placeholders:

  • message:
    • %n: Receiver's name.

Example:

broadcast:
    spell-class: ".instant.DummySpell"
    effects:
        eff1:
            position: caster
            effect: broadcast
            message: "&bTest Broadcast!"
            range: 25
Clone this wiki locally