Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 388 Bytes

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