Action Bar Text Effect - TheComputerGeek2/MagicSpells GitHub Wiki
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