Azalea HaxOctober 8, 2023 ยท View on GitHubAn 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