azalea
azalea copied to clipboard
A collection of Rust crates for making Minecraft bots, clients, and tools.
Adds a plugin that lets you make your bot move from one point to another. This PR also revamps the plugin system to make `azalea_client` keep the state of plugins.
1.19.3
Introduces socks5 support to azalea. I am using this myself and it works well. Fixes https://github.com/azalea-rs/azalea/issues/98 Might not be ideally implemented.
Trying to make generic auth flows work, meaning that you can also use custom authentication servers. Ik the code is horrible and missing documentation, feel free to help me out
When an entity goes outside the render distance of the bot while another player is present it will occasionally trigger this warning message: > WARN azalea_entity::plugin::indexing: Tried to remove entity...
Every once in a while when I am bullying my bot by killing it over and over again I get this error: > thread 'tokio-runtime-worker' panicked at C:\Users\user\.cargo\git\checkouts\azalea-cdffe42e9d507c39\7fc31f9\azalea-physics\src\collision\world_collisions.rs:18:62: > called...
I am currently looking forward to using azalea-auth for https://github.com/CCBlueX/LiquidLauncher to replace the horrible "miners" library, which has no proper error handling and keeps throwing error codes that a normal...