Send Action Bar
Displays text on the player's action bar.
Displays a short message on the player's action bar, the text that appears just above the hotbar. This is great for non-intrusive notifications.
Configuration
- Message: The text to display. Supports color codes and property placeholders.
- Target: The player(s) who will see the action bar message.
Example
When a player picks up a coin, show them their new total.
- Message:
&6Coins: &e%p_Coins_player% - Target: The
Playerwho triggered the pickup event.