A collection of Rust crates for making Minecraft bots, clients, and tools.
Find a file
2022-04-18 22:38:53 -05:00
.vscode Initial commit 2021-12-06 00:28:40 -06:00
azalea-auth fix errors 2021-12-16 17:55:45 -06:00
azalea-brigadier move tests into tests directory 2022-04-18 19:45:32 -05:00
azalea-chat add a few more login packets 2021-12-16 17:51:05 -06:00
azalea-client start working on declare commands packet 2022-04-18 22:38:53 -05:00
azalea-core difficulty packet 2022-01-03 00:14:41 -06:00
azalea-nbt reading nbt in the protocol works 2021-12-26 14:15:06 -06:00
azalea-protocol start working on declare commands packet 2022-04-18 22:38:53 -05:00
bot try to implement compression 2021-12-16 23:33:06 -06:00
.gitignore add some more stuff from brigadier 2022-01-09 22:33:45 -06:00
.gitpod.yml add files that didn't get committed 2021-12-07 00:37:58 +00:00
Cargo.lock start working on declare commands packet 2022-04-18 22:38:53 -05:00
Cargo.toml add string_reader 2022-01-09 00:14:39 -06:00
README.md start working on declare commands packet 2022-04-18 22:38:53 -05: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