DirectMessageError

@Serializable
data class DirectMessageError(val messageId: String, val senderId: String, val targetName: String, val targetServerName: String, val reason: String) : PluginMessage(source)

Cross-server direct message delivery failure (Velocity → source Paper)

Constructors

Link copied to clipboard
constructor(messageId: String, senderId: String, targetName: String, targetServerName: String, reason: String)

Types

Link copied to clipboard
object Reason

Properties

Link copied to clipboard

UUID of the failed relay

Link copied to clipboard
Link copied to clipboard

Sender UUID as string (used to locate the sender to notify)

Link copied to clipboard

Target player name that was requested

Link copied to clipboard

Target server name that was requested