A collection of Rust crates for making Minecraft bots, clients, and tools.
Find a file
2022-04-24 17:37:57 -05:00
.vscode simplify error handling 2022-04-22 04:33:58 +00:00
azalea-auth Merge branch 'main' into auth 2022-04-24 17:37:57 -05:00
azalea-brigadier simplify error handling 2022-04-22 04:33:58 +00:00
azalea-chat simplify error handling 2022-04-22 04:33:58 +00:00
azalea-client Merge branch 'main' into auth 2022-04-24 17:37:57 -05:00
azalea-core simplify error handling 2022-04-22 04:33:58 +00:00
azalea-nbt fix warnings in azalea-nbt 2022-04-24 14:56:46 -05:00
azalea-protocol 1.18.2 support 2022-04-24 16:18:51 -05:00
bot Merge branch 'main' into auth 2022-04-24 17:37:57 -05:00
.gitignore simplify error handling 2022-04-22 04:33:58 +00:00
.gitpod.yml simplify error handling 2022-04-22 04:33:58 +00:00
Cargo.lock Merge branch 'main' into auth 2022-04-24 17:37:57 -05:00
Cargo.toml simplify error handling 2022-04-22 04:33:58 +00:00
README.md simplify error handling 2022-04-22 04:33:58 +00:00

Azalea

A Rust library for creating Minecraft bots.

I named this Azalea because it sounds like a cool word and this is a cool library. This project was heavily inspired by PrismarineJS.

Goals

  • Do everything a vanilla client can do
  • Be easy to use
  • Bypass most/all anticheats
  • Support the latest Minecraft version
  • Be fast