azalea/README.md

57 lines
2.1 KiB
Markdown
Raw Normal View History

2021-12-16 05:10:55 +00:00
# Azalea
2022-10-30 20:05:54 +00:00
[![docs.rs](https://img.shields.io/docsrs/azalea)](https://docs.rs/azalea)
2022-10-30 20:05:14 +00:00
2022-10-15 22:47:41 +00:00
A collection of Rust crates for making Minecraft bots, clients, and tools.
2022-05-15 01:47:37 +00:00
2022-05-01 20:22:28 +00:00
<p align="center">
<img src="https://cdn.matdoes.dev/images/flowering_azalea.webp" alt="Azalea" height="200">
</p>
2021-12-20 21:22:02 +00:00
2022-05-25 01:28:08 +00:00
<!-- The line below is automatically read and updated by the migrate script, so don't change it manually. -->
*Currently supported Minecraft version: `1.20.2`.*
2022-05-25 01:28:08 +00:00
2022-10-31 15:56:15 +00:00
## ⚠️ Azalea is still very unfinished, though most crates are in a somewhat useable state
2022-07-18 21:55:55 +00:00
2022-12-09 15:15:05 +00:00
## Docs
The "stable" documentation is available at [docs.rs/azalea](https://docs.rs/azalea) and the unstable docs are at [azalea.matdoes.dev](https://azalea.matdoes.dev)
2022-12-04 04:04:39 +00:00
## Matrix/Discord
If you'd like to chat about Azalea, you can join the Matrix space at [#azalea:matdoes.dev](https://matrix.to/#/#azalea:matdoes.dev) or the Discord server at [discord.gg/FaRey6ytmC](https://discord.gg/FaRey6ytmC).
2022-12-04 04:04:39 +00:00
2022-05-02 23:07:06 +00:00
## Why
2023-02-05 01:42:38 +00:00
This project was heavily inspired by [PrismarineJS](https://github.com/PrismarineJS).
2022-05-02 23:07:06 +00:00
I wanted a fun excuse to do something cool with Rust, and I also felt like I could do better than [Mineflayer](https://github.com/prismarinejs/mineflayer) in some areas.
2023-02-05 01:42:38 +00:00
Also it's named Azalea because it sounds like a cool word and this is a cool library.
2022-05-02 23:07:06 +00:00
2021-12-16 05:26:15 +00:00
## Goals
2022-05-10 00:14:13 +00:00
- Do everything a vanilla client can do.
2022-05-15 01:50:20 +00:00
- Be intuitive and easy to use.
- Make it easy to have many bots working at the same time.
- Don't trigger anticheats.
2022-05-10 00:14:13 +00:00
- Support the latest Minecraft version.
- Be fast and memory efficient.
2022-04-25 16:18:12 +00:00
2022-07-30 23:00:54 +00:00
## Non-goals
- Supporting several versions of Minecraft on the same branch.
- Bedrock edition.
2022-07-30 23:00:54 +00:00
- Graphics.
## Stretch goals
- Server implementation.
## 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.
2023-06-12 19:46:15 +00:00
- [1.19.4](https://github.com/mat-1/azalea/tree/1.19.4)
- [1.19.3](https://github.com/mat-1/azalea/tree/1.19.3)
- [1.19.2](https://github.com/mat-1/azalea/tree/1.19.2)