Skip to content
Shallowplague edited this page Jun 11, 2026 · 1 revision

FAQ

How is AquariusProxy different from ZenithProxy?

It's a fork. It keeps everything ZenithProxy does and adds the ShiftClick inventory fix plus nine built-in automation modules. The package is renamed com.zenithcom.aquarius and it identifies as AquariusProxy. See the Home page for the full diff.

Do I have to use the modules?

No. They all default to off and add no overhead until enabled. AquariusProxy with everything off behaves like stock ZenithProxy (plus the inventory fix).

Where are a module's settings stored?

In the main config.json under client.extra.<module> (e.g. client.extra.aquariusMiner, client.extra.enchanter). There are no separate plugin config files — everything is configured through commands. See the Command Reference.

Do I still get the stock ZenithProxy features and commands?

Yes — AntiAFK, AutoEat, KillAura, AutoTotem, AutoArmor, VisualRange, Spammer, AutoFish, the Discord / terminal / in-game control surfaces, ViaVersion multi-version support, etc. are all present and unchanged. Run help for the full list, or see the 2b2t.vc command wiki.

Can I run it under the official ZenithProxy launcher?

Yes — deploy the built AquariusProxy.jar to the launcher directory renamed to ZenithProxy.jar (contents matter, not the filename) and set auto_update: false, or point repo_owner/repo_name at aquariusnetwork9/AquariusProxy to pull AquariusProxy releases. See Installation.

My container automation (shulker filling, trading, enchanting) does nothing on 2b2t

That's the exact bug the ShiftClick fix addresses — make sure you're running AquariusProxy (not stock ZenithProxy). Every container-using module relies on it.

Can I use ZenithProxy plugins?

The java release channel still supports the plugin SDK. But the headline AquariusProxy modules are native built-ins (no plugin jars), so most things you'd want a plugin for are already included.

Is this against the rules / will I get banned?

AquariusProxy is for anarchy servers like 2b2t that permit automation. As with any bot, use your own judgement and accounts. The proxy implements only the network protocol — it can't do anything a vanilla client packet stream couldn't.

How do I update?

Pull the latest release (or git pull + ./gradlew shadowJar) and swap the jar, then restart. Your config.json carries over.


For proxy fundamentals, hosting guides, DNS/SRV setup, disconnect troubleshooting, and the stock command reference, see the upstream ZenithProxy wiki.

Clone this wiki locally