valence_network

Crates.iovalence_network
lib.rsvalence_network
version0.2.0-alpha.1+mc.1.20.1
sourcesrc
created_at2023-08-11 14:20:45.279904
updated_at2023-08-11 14:20:45.279904
descriptionLogin and socket code for Valence
homepage
repositoryhttps://github.com/valence-rs/valence
max_upload_size
id941961
size70,497
Ryan Johnson (rj00a)

documentation

https://docs.rs/valence/

README

valence_network

The plugin responsible for accepting connections and spawning clients.

This covers everything in the "handshaking", "status" and "login" stages of the protocol, before the main "play" stage begins. Support for proxies like Velocity and BungeeCord are implemented here.

Valence users can choose not to include valence_network in their project. This could be useful for testing or using Valence as an integrated server in a client.

Commit count: 558

cargo fmt