1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00
A collection of Rust crates for making Minecraft bots, clients, and tools. https://azalea.matdoes.dev
Find a file
2022-04-24 19:28:29 -05:00
.vscode simplify error handling 2022-04-22 04:33:58 +00:00
azalea-auth Add ServerboundKeyPacket 2022-04-24 19:28:29 -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 Add ServerboundKeyPacket 2022-04-24 19:28:29 -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 Add ServerboundKeyPacket 2022-04-24 19:28:29 -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 Add ServerboundKeyPacket 2022-04-24 19:28:29 -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