1
0
Fork 0
mirror of https://github.com/azalea-rs/azalea-hax.git synced 2025-08-02 23:44:39 +00:00
An Azalea plugin with things that will probably trigger anticheats.
Find a file
2023-10-08 03:44:43 -05:00
src add usage example in readme 2023-10-08 03:44:43 -05:00
.gitignore Initial commit 2023-10-08 03:36:11 -05:00
Cargo.lock Initial commit 2023-10-08 03:36:11 -05:00
Cargo.toml Initial commit 2023-10-08 03:36:11 -05:00
README.md add usage example in readme 2023-10-08 03:44:43 -05:00

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