Official Cipher buildClient-side settings interface

Cipher HUB One settings screen for compatible Cipher mods

Open a shared interface from Minecraft's title or pause menu and manage the options exposed by installed standalone Cipher extensions.

Version 1.0.0 Fabric API required BetterChat integration
01

A shared Fabric mod settings interface

Cipher HUB is a client-side settings interface and small integration API for compatible standalone Cipher mods. Instead of every mod shipping a separate screen, an extension describes its available settings and HUB renders the matching controls.

The Cipher HUB button is added to both the Minecraft title screen and pause menu. Opening it discovers currently installed extensions, sorts them by name and presents their options in one place.

02

How automatic discovery works

Compatible Cipher mods register an extension through the dedicated cipher-hub Fabric entrypoint. Cipher HUB requests those extensions each time its screen opens, so the list reflects the compatible mods present in the current instance.

Each extension remains responsible for reading and saving its own configuration. HUB supplies the common screen and controls; it does not invent settings for mods that do not expose an integration.

If no compatible extensions are detected, Cipher HUB displays that state instead of showing unrelated or guessed settings.

03

Supported settings controls

BOOLEAN

On and off switches

Cycle compatible features between enabled and disabled states.

CHOICE

Defined choices

Move through options supplied by the extension, such as a display or sound mode.

INTEGER

Number controls

Cycle within the minimum, maximum and step supplied by the mod.

STRING

Text values

Open a dedicated text editor for keywords and other extension-defined values.

Settings are displayed eight at a time with previous and next page controls when an extension exposes more options.

04

Current compatible Cipher mods

REQUIRES CIPHER HUB 1.0.0+

BetterChat

BetterChat exposes its complete chat, mention, history, link and PlayerWatcher configuration through Cipher HUB.

View BetterChat

AntiEffect is also an official Cipher mod, but it is always active and has no settings. It therefore does not require or register with Cipher HUB.

05

Download Cipher HUB 1.0.0

Choose the HUB JAR for the same Minecraft release line as the compatible Cipher mod you plan to configure.

MINECRAFT 1.21.x

Cipher HUB 1.0.0

For Minecraft 1.21 through 1.21.11.

Fabric Loader
0.15.11+
Java
21+
File size
18.1 KiB
Dependency
Fabric API
05907ABD69D84A06967EF66D8417450D2EBBE294B938319C37C2174BEB8D106DDownload .jar
MINECRAFT 26.1+

Cipher HUB 1.0.0

For Minecraft 26.1 and newer year-based releases.

Fabric Loader
0.18.4+
Java
25+
File size
18.8 KiB
Dependency
Fabric API
B57A4668104A008F07444E3F757E989FABF902FF8FA05C012AB9A5505DCFF8FADownload .jar

Official Cipher build · Hosted by cipherclient.net · SHA-256 list. No public release date is claimed because the project does not publish one in its release data.

06

Install Cipher HUB

  1. 01

    Install Fabric Loader

    Create a Fabric profile matching your Minecraft version.

  2. 02

    Install Fabric API

    Add the Fabric API version intended for the same Minecraft instance.

  3. 03

    Add the matching HUB JAR

    Place either the 1.21.x or 26-plus Cipher HUB build in the instance's mods folder.

  4. 04

    Add a compatible Cipher extension

    For BetterChat, use the BetterChat JAR from the same release line.

  5. 05

    Open Cipher HUB

    Launch the Fabric profile and use the Cipher HUB button on the title or pause menu.

Open the full Fabric installation guide
07

Current release notes

v1.0.0 / CURRENT

Cipher HUB standalone release

  • Adds a Cipher HUB button to Minecraft's title and pause screens.
  • Discovers installed extensions through the dedicated Fabric entrypoint.
  • Renders boolean, integer, choice and string settings with pagination.
  • Lets each extension handle its own values and save operation.
  • Provides the required settings integration used by BetterChat.
08

Cipher HUB FAQ

What does Cipher HUB do?

It discovers compatible installed Cipher extensions and renders their settings in a shared screen accessible from the title and pause menus.

Which current mod requires Cipher HUB?

BetterChat requires Cipher HUB 1.0.0 or newer. AntiEffect has no settings and does not require it.

Does Cipher HUB require Fabric API?

Yes. Install Fabric API for the same Minecraft version and Fabric instance.

Can other mods appear automatically?

Only mods that deliberately implement and register the Cipher HUB extension interface are discovered.