A collection of Rust crates for making Minecraft bots, clients, and tools.
Find a file
2022-04-22 04:33:58 +00:00
.vscode simplify error handling 2022-04-22 04:33:58 +00:00
azalea-auth simplify error handling 2022-04-22 04:33:58 +00: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 simplify error handling 2022-04-22 04:33:58 +00:00
azalea-core simplify error handling 2022-04-22 04:33:58 +00:00
azalea-nbt simplify error handling 2022-04-22 04:33:58 +00:00
azalea-protocol simplify error handling 2022-04-22 04:33:58 +00:00
bot simplify error handling 2022-04-22 04:33:58 +00: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 simplify error handling 2022-04-22 04:33:58 +00: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