Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
ApostlesBridgeNext
A Fabric client-side mod for Hypixel SkyBlock that bridges Hypixel guild chat with a Discord channel through a WebSocket connection.
ApostlesBridgeNext is the modern Fabric successor to Qaiji/ApostlesBridge, which was originally built for Forge 1.8.9.
Links
Supported Versions
| Minecraft version | Build target | Notes |
|---|---|---|
1.21.10 |
mc1.21.10 |
Supported |
1.21.11 |
mc1.21.11 |
Supported |
26.1.x |
mc26.1 |
Tested on 26.1.1 and 26.1.2 |
Use the JAR that matches your Minecraft version. The mc26.1 build is intended for the 26.1.x line.
ApostlesBridgeNext support follows the Minecraft versions that are useful for playing on Hypixel. Older build targets may be removed once Hypixel rotates them out of its supported version range.
Features
- Bridge Hypixel guild chat messages into Minecraft through the Apostles bridge WebSocket
- Choose where bridge messages appear: Hypixel only, everywhere, or off
- Respect Hypixel's
/g toggleand disconnect/reconnect the bridge when guild chat is disabled or enabled - Customize bridge message formatting in the
/bridgesettings menu - Preview image, GIF, and video thumbnails by hovering supported bridge links in chat
- Convert supported Discord emoji shortcodes into colored emoji previews
- Ignore specific players or message origins
- Debug, status, reconnect, and disconnect commands for troubleshooting
Installation
The recommended setup path is the Apostles bridge install guide.
Manual install:
- Download the correct release JAR from Modrinth or GitHub releases.
- Install Fabric Loader and Fabric API for your Minecraft version.
- Drop the ApostlesBridgeNext JAR into your Minecraft
modsfolder. - Start Minecraft and open
/bridge.
Bridge connection details such as the WebSocket URL and token are provided through the Apostles bridge setup flow.
Commands
| Command | Description |
|---|---|
/bridge |
Opens the settings menu |
/bridge reconnect |
Clears the current session and reconnects the WebSocket |
/bridge disconnect |
Disconnects the WebSocket |
/bridge status |
Shows the current WebSocket status |
/bridge debug <message/urls> |
Sends a local debug-style bridge message |
/bridge ignore add player <name> |
Ignores bridge messages from a player |
/bridge ignore add origin <name> |
Ignores bridge messages from an origin |
/bridge ignore remove player <name> |
Removes a player from the ignore list |
/bridge ignore remove origin <name> |
Removes an origin from the ignore list |
/bridge ignore list |
Shows ignored players and origins |
/bridge help |
Shows command usage in chat |
Requirements
| Minecraft version | Java | Fabric Loader | Fabric API |
|---|---|---|---|
1.21.10 |
Java 21 | 0.18.4+ |
Required |
1.21.11 |
Java 21 | 0.18.4+ |
Required |
26.1.x |
Java 25 | 0.19.1+ |
Required |
This is a client-side mod.
Configuration
Open /bridge in game to configure the mod. Settings are saved automatically to:
<minecraft>/config/apostles.json
Building
To build and collect all configured Minecraft targets locally:
./gradlew :1.21.10:collectReleaseJars
Final release JARs are collected in build/release.


