1
0
Fork 0
mirror of https://github.com/azalea-rs/azalea-hax.git synced 2025-08-02 14:26:05 +00:00
An Azalea plugin with things that will probably trigger anticheats.
Find a file
2025-02-22 23:09:30 +00:00
src update deps and remove unsafe now that bevy EventMutator exists 2025-02-22 23:09:30 +00:00
.gitignore Initial commit 2023-10-08 03:36:11 -05:00
Cargo.lock update deps and remove unsafe now that bevy EventMutator exists 2025-02-22 23:09:30 +00:00
Cargo.toml update deps and remove unsafe now that bevy EventMutator exists 2025-02-22 23:09:30 +00: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