index
:
azalea-drasl.git
main
Fork of azalea that adds support for authentication over Drasl/Yggdrasil.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
azalea
/
examples
/
testbot
/
commands.rs
Age
Commit message (
Collapse
)
Author
9 days
azalea-brigadier now allows commands to return a Result
mat
9 days
change panicking functions in Client and EntityRef to return an AzaleaResult ↵
mat
instead
2026-03-28
re-export azalea-chat from azalea, and rename azalea::chat to client_chat
mat
2026-03-19
implement speed effect
mat
2026-01-05
pathfinder swimming
mat
2025-12-28
Implement `EntityRef` (#299)
mat
* start implementing EntityRef struct * use EntityRef and impl more functions for it * fix doctests * typo * slightly reword some docs * update changelog
2025-10-12
improve ux for entity matching functions
mat
2025-08-12
Client::chat now takes Into<String> and doc fixes
mat
2025-08-12
add nearest_entity_by and improve some docs
mat
2025-08-04
Default components (#232)
mat
* add default components * remove debug prints * clippy * use default components * fix tests
2025-06-02
fix issues related to pathfinder mining
mat
2025-05-30
formatting: merge imports
mat
2025-04-04
rename ChatPacket::username and uuid to sender and sender_uuid
mat
2025-02-22
update to rust edition 2024
mat
2024-02-22
fix for hypixel limbo
mat
2024-01-07
rewrite testbot to use brigadier
mat