1
0
Fork 0
mirror of https://github.com/azalea-rs/azalea-hax.git synced 2025-08-02 23:44:39 +00:00
azalea-hax/README.md
2023-10-08 03:44:43 -05:00

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