# Chat
TIP
This event can be cancelled
# Event Details
- The Chat event gets called whenever a player sends a message in chat, you can get some information from the event with the variables listed below
# Variables
$args$[0]
- The player that sent the message$args$[1]
- The message that was sent
# Usage
- Add a command to be called when this event triggers by running
/acodes event chat add <command>