azalea-rs / azalea-hax

An Azalea plugin with things that will probably trigger anticheats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An Azalea plugin with things that will probably trigger anticheats.


Languages

Language:Rust 100.0%