Skip to content

Matterbridge support for the Minecraft client.

License

Notifications You must be signed in to change notification settings

haykam821/Fabricbridge

Repository files navigation

Fabricbridge

GitHub release CurseForge Discord

Matterbridge support for the Minecraft client. It allows sending and recieving messages in a gateway, completely within the Minecraft client.

The server never receives the messages you send or receive, meaning it allows:

  • Bypassing the server's filter
  • Sharing information without the server's owners being able to access it.

Fabricbridge requires the Fabric modloader and Fabric API.

Installation

  1. Install Fabric API if it is not installed.
  2. Download Fabricbridge from CurseForge or GitHub.
  3. Place the downloaded file in your mods folder.

Configuration

The configuration can be edited with the config/matterbridge.json file or using the Mod Menu mod. Descriptions for each configuration option are available in-game.

Fabricbridge requires a Matterbridge server to be running and acts as a relay. The Matterbridge API must be configured as documented here. The API details must be configured in Fabricbridge's configuration file as well.

Usage

After configuring Fabricbridge, you can recieve and send messages.

To recieve messages, simply wait in-game for a message to be sent through the bridge. To send messages, use the /fb <message> command (with the message to send).