message property

String message
final

message is the chat message content. This is identified in the packet as MESSAGE

Note, this message replaces any semicolons with the string ||| to avoid packet parsing issues.

Implementation

final String message;