PluginMessageReceivedEvent

Called when a plugin message is received from a client.

Properties

Link copied to clipboard
abstract val channel: Key

The channel that the message was received on.

Link copied to clipboard
abstract val message: ByteArray

The message that was received from the sender.

Link copied to clipboard
abstract val player: Player

The player involved in this event.