View on GitHub

Soupply

Automatically generated libraries for encoding and decoding Minecraft protocols

home / bedrock261 / play / transfer

Transfer

Encode/decode this packet in Sandbox

Id: 85

Id (hex): 55

Id (bin): 01010101

Clientbound: ✔️

Serverbound: ✖️

Transfers the player to another server. Once transferred the player will immediately close the connection with the transferring server, try to resolve the ip and join the new server starting a new raknet session.

Fields

Name Type Default
ip string  
port ushort 19132

ip

Address of the new server. It can be an dotted ip (for example 127.0.0.1) or an URI (for example localhost or play.example.com). Only IP of version 4 are currently allowed.

port

Port of the new server. If 0 the server will try to connect to the default port.