Server Data Packet
data class ServerDataPacket(val hasMotd: Boolean, val motd: String?, val hasIcon: Boolean, val icon: String?, val enforcesSecureChat: Boolean) : ClientBoundPacket
Server Data | 0x41 | play | clientbound
Parameters
has Motd
motd is present
motd
motd
has Icon
icon is present
icon
icon
enforces Secure Chat
enforcesSecureChat