valence/crates/valence_network
Jenya705 e3c0aec967
Bungeecord join bug fix (#345)
## Description

Fixes issue #344
2023-05-27 14:01:42 -04:00
..
src Bungeecord join bug fix (#345) 2023-05-27 14:01:42 -04:00
Cargo.toml Reorganize Project (#321) 2023-04-21 14:43:59 -07:00
README.md Reorganize Project (#321) 2023-04-21 14:43:59 -07:00

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.