This wiki is open source - contributions and edits are welcome on GitHub.

Addons

Aoba Client supports addons, allowing developers to extend the client with custom modules and commands. Addons are loaded automatically alongside the client and integrate seamlessly into the ClickGUI, command system, and settings. You can view all installed addons from the Minecraft title screen.

Addons
Addons

Installing Addons

Addons are Fabric mods that hook into Aoba's addon system. To install an addon, simply place its .jar file in your Minecraft mods folder alongside Aoba Client. The addon will be loaded automatically when the game launches.

What Addons Can Do

Addons can provide:

  • Custom Modules - New modules that appear in the ClickGUI alongside built-in ones, with full support for settings, keybinds, and toggling.
  • Custom Commands - New chat commands that work with the .aoba prefix, just like built-in commands.
  • Custom Categories - Addons can define their own module categories, which will appear as separate groups in the ClickGUI.

If you are interested in creating your own addon, see the Developing Addons guide.

Advertisement