Module configuration

Module configuration 

Source

Modules§

client_information_c2s
cookie_request_s2c
cookie_response_c2s
custom_payload_c2s
custom_payload_s2c
custom_report_details_s2c
disconnect_s2c
finish_configuration_c2s
finish_configuration_s2c
keep_alive_c2s
keep_alive_s2c
ping_s2c
pong_c2s
registry_data_s2c
reset_chat_s2c
resource_pack_c2s
resource_pack_pop_s2c
resource_pack_push_s2c
select_known_packs_c2s
select_known_packs_s2c
server_links_s2c
store_cookie_s2c
transfer_s2c
update_enabled_features_s2c
update_tags_s2c

Structs§

ClientInformationC2s
CookieRequestS2c
Request the client to send the cookie with the specified key.
CookieResponseC2s
Sent by the client to the server to respond to a CookieRequestS2c packet.
CustomPayloadC2s
A custom payload sent from the client to the server. You can read more about custom payloads here.
CustomPayloadS2c
A custom payload sent from the server to the client. You can read more about custom payloads here.
CustomReportDetailsS2c
DisconnectS2c
Sent by the server to the client to disconnect them. The reason is displayed to the client.
FinishConfigurationC2s
Sent by the client to the server to finish the configuration process. This packet is sent after the server sends a FinishConfigurationS2c packet. We should move to the play state after this packet is received.
FinishConfigurationS2c
Sent by the server to the client to finish the configuration process. The client should send a FinishConfigurationC2s packet after receiving this packet.
KeepAliveC2s
Sent by the client to the server as a response to the KeepAliveS2c packet. The id is the same as the one sent by the server. if a client does not respond to a KeepAliveS2c packet within 15 seconds, the server should disconnect the client.
KeepAliveS2c
Should be sent frequently by the server to the client to keep the connection alive. The client should respond with a KeepAliveC2s packet with the same id. If the client does not receive a KeepAliveS2c packet within 20 seconds, it should disconnect.
PingS2c
The client should respond with a PongC2s packet with the same id.
PongC2s
RegistryDataS2c
ResetChatS2c
Sent by the server to the client to reset the chat.
ResourcePackC2s
ResourcePackPopS2c
If uuid is None, all resource packs are removed. Else, only the resource pack with the given uuid is removed.
ResourcePackPushS2c
SelectKnownPacksC2s
SelectKnownPacksS2c
ServerLinksS2c
StoreCookieS2c
Stores a cookie on the client
TransferS2c
UpdateEnabledFeaturesS2c
UpdateTagsS2c