Skip to content

An Azalea plugin with things that will probably trigger anticheats.

Notifications You must be signed in to change notification settings

azalea-rs/azalea-hax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages