Skip to content

ClientboundSessionDisconnectPacket

JonasDevDE edited this page Jun 3, 2025 · 4 revisions

Sent by the server when a connection is closed. It contains the reason for closing the connection. The client should try to reconnect if the reasons was a server shutdown.

Field Type Description Required Example
reason enum The reason for closing the connection Yes PLAYER_QUIT, SERVER_SHUTDOWN, CONNECTION_OVERRIDE

Clone this wiki locally