mirror of
https://github.com/azalea-rs/azalea-hax.git
synced 2025-08-02 23:44:39 +00:00
388 B
388 B
Azalea Hax
An Azalea plugin with useful features that will probably trigger anticheats.
Usage
async fn handle(mut bot: Client, event: azalea::Event, state: State) -> anyhow::Result<()> {
match event {
azalea::Event::Init => {
bot.set_anti_knockback(true);
}
}
}
Features
- Anti-knockback