A collection of Rust crates for making Minecraft bots, clients, and tools.
Find a file
2023-10-26 20:42:22 -05:00
.cargo update .cargo/config.toml 2023-02-12 18:47:09 -06:00
.github also run action on prs 2023-02-27 20:56:38 -06:00
azalea async_fn_in_trait stabilized 2023-10-21 01:34:18 -05:00
azalea-auth update repo links 2023-10-08 03:58:57 -05:00
azalea-block update repo links 2023-10-08 03:58:57 -05:00
azalea-brigadier brigadier suggestions 2023-10-12 22:01:15 -05:00
azalea-buf update repo links 2023-10-08 03:58:57 -05:00
azalea-chat brigadier usages 2023-10-12 20:14:29 -05:00
azalea-client rename KnockbackEvent::kind to knockback 2023-10-12 22:43:05 -05:00
azalea-core optimize azalea-core positions and remove some unnecessary nightly features 2023-10-26 20:42:22 -05:00
azalea-crypto update repo links 2023-10-08 03:58:57 -05:00
azalea-entity KnockbackEvent and rename Physics::delta to velocity 2023-10-12 22:39:29 -05:00
azalea-inventory update repo links 2023-10-08 03:58:57 -05:00
azalea-language update repo links 2023-10-08 03:58:57 -05:00
azalea-nbt update repo links 2023-10-08 03:58:57 -05:00
azalea-physics KnockbackEvent and rename Physics::delta to velocity 2023-10-12 22:39:29 -05:00
azalea-protocol KnockbackEvent and rename Physics::delta to velocity 2023-10-12 22:39:29 -05:00
azalea-registry update repo links 2023-10-08 03:58:57 -05:00
azalea-world update repo links 2023-10-08 03:58:57 -05:00
codegen optimize pathfinder more 2023-10-02 18:53:27 -05:00
.gitignore Removed .vscode settings (#104) 2023-08-19 20:33:22 -05:00
.gitpod.yml simplify error handling 2022-04-22 04:33:58 +00:00
Cargo.lock replace a linear search with a binary search . . . 2023-10-05 01:40:25 -05:00
Cargo.toml Mining (#95) 2023-07-14 22:20:40 -05:00
LICENSE.md Create LICENSE.md 2022-10-30 14:49:46 -05:00
README.md update repo links 2023-10-08 03:58:57 -05:00
rust-toolchain Uploaded doc workflow (#46) 2022-11-29 12:59:36 -06:00
rustfmt.toml wrap_comments = true 2022-12-08 18:39:35 -06:00

Azalea

docs.rs

A collection of Rust crates for making Minecraft bots, clients, and tools.

Azalea

Currently supported Minecraft version: 1.20.2.

Warning

Azalea is still very unfinished, though most crates are in a somewhat useable state

Features

Docs

The "stable" documentation is available at docs.rs/azalea and the unstable docs are at azalea.matdoes.dev (recommended).

Matrix/Discord

If you'd like to chat about Azalea, you can join the Matrix space at #azalea:matdoes.dev (recommended) or the Discord server at discord.gg/FaRey6ytmC (they're bridged so you don't need to join both).

Why

For fun, mostly. I wasn't satisfied with the current state of Minecraft bot libraries, and this seemed like a good way to learn Rust.

Goals

  • Do everything a vanilla client can do.
  • Be intuitive and easy to use.
  • Make it easy to have many bots working at the same time.
  • Don't trigger anticheats.
  • Support the latest Minecraft version.
  • Be fast and memory efficient.

Non-goals

  • Supporting several versions of Minecraft on the same branch.
  • Bedrock edition.
  • Graphics.

Branches

There are several branches in the Azalea repository that target older Minecraft versions. It is not guaranteed that they will be up-to-date with the latest version of Azalea. If you'd like to update them or add more, please open a PR.