A collection of Rust crates for making Minecraft bots, clients, and tools.
Find a file
2022-01-01 18:59:38 -06:00
.vscode Initial commit 2021-12-06 00:28:40 -06:00
azalea-auth start work on encryption 2022-01-01 18:59:38 -06:00
azalea-chat add a few more login packets 2021-12-16 17:51:05 -06:00
azalea-client start work on encryption 2022-01-01 18:59:38 -06:00
azalea-core reading nbt in the protocol works 2021-12-26 14:15:06 -06:00
azalea-nbt reading nbt in the protocol works 2021-12-26 14:15:06 -06:00
azalea-protocol fix some clippy warnings 2021-12-26 14:17:01 -06:00
bot start work on encryption 2022-01-01 18:59:38 -06:00
.gitignore Initial commit 2021-12-06 00:28:40 -06:00
.gitpod.yml add files that didn't get committed 2021-12-07 00:37:58 +00:00
Cargo.lock start work on encryption 2022-01-01 18:59:38 -06:00
Cargo.toml reading nbt 2021-12-18 17:02:23 -06:00
README.md start adding nbt to the protocol 2021-12-20 15:22:02 -06: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

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