Handshake

@Serializable
data class Handshake(val pluginVersion: String, val protocolMajor: Int, val protocolMinor: Int, val protocolPatch: Int) : PluginMessage(source)

Handshake message (Paper → Velocity)

Constructors

Link copied to clipboard
constructor(pluginVersion: String, protocolMajor: Int, protocolMinor: Int, protocolPatch: Int)

Properties

Link copied to clipboard

Plugin version (e.g., "0.7.0")

Link copied to clipboard

Protocol major version

Link copied to clipboard

Protocol minor version

Link copied to clipboard

Protocol patch version