X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=doc%2Fprotocol;h=102bf50d745769f004f8c282efefb66d0daf95f9;hb=ca90ec459ca0bd48c1483a45f30496aed61e9c21;hp=3347158e516ff7b567dbd101e65535d7213f3378;hpb=54f3f1260b95a924fcb40d9d6de3fa2e2c382f6f;p=blank.git diff --git a/doc/protocol b/doc/protocol index 3347158..102bf50 100644 --- a/doc/protocol +++ b/doc/protocol @@ -196,3 +196,17 @@ Payload: 18 first block data, 32bit 22 second block index... Length: 16 + multiple of 6, max 484 + + +Message +------- + +Sent by the client when the user submits a line on the chat input. +Sent by the server on various events like player chat, server status, command output, etc. + +Code: 12 +Payload: + 0 message type, 8bit unsigned int: 0 = notification, 1 = chat + 1 referral, 32bit unsigned int, entity ID if type = 1 + 5 message, max 450 byte UTF-8 string, should be zero terminated if shorter +Length: 6-455