SentAdminChat
Gets called when the server sent an Admin Chat message.
Start a script section
!-- OnEvent SentAdminChat
-- require $evMessage *evSender
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
SentAdminChatEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evMessage | text value | Gets the message that was sent. |
*evSender | reference to CommandSender object | The CommandSender that is involved in the event. |