Broadcast Effect - TheComputerGeek2/MagicSpells GitHub Wiki
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