Message 0x50
Message of the Day
Server sends the MOTD in blocks of 256 bytes. message_num indicates the amount of these blocks.
| Type | Name | Description | Offset |
| uint32_t | type | 0 | |
| uint32_t | timestamp | will be 0 for client -> server | 4 |
| uint16_t | guest_motd_flag | 1 for guest, 0 for users | 8 |
| uint16_t | message_num | number of motd to expect | 10 |
| uint16_t | message_id | current motd packet | 12 |
| uint16_t | message_size | size of message string | 14 |
| uint8_t[256] | message | 256 bytes regardless of string length | 16 |
