ChatBridge icon

ChatBridge -----

ChatBridge is a Minecraft plugin that bridges chat messages between multiple servers using WebSocket



ChatBridge

ChatBridge is a Minecraft plugin that bridges chat messages between multiple servers using WebSockets. It can operate in both server and client modes, allowing for flexible configurations.

Demo:


Features


- Server Mode: Acts as a WebSocket server to broadcast messages to connected clients.
- Client Mode: Connects to a WebSocket server to send and receive messages.
- Configurable: Easily configurable through `config.yml`.
- Event Handling: Uses an event bus to handle incoming messages.
- Message Formatting: Customizable message format with placeholders for player names and messages.

Installation

1. Download the ChatBridge plugin jar file.
2. Place the jar file in the `plugins` directory of your Minecraft server.
3. Start the server to generate the default configuration file.

Configuration

Edit the `config.yml` file in the `plugins/ChatBridge` directory to configure the plugin:

Code (YAML):

# Operating mode: true = server, false = client
isServer
: false

# Settings for server mode
port
: 8888

# Settings for client mode
serverAddress
: "ws://127.0.0.1:8888"

# General settings
serverName
: "Lobby Server"

# Enable/disable server prefix
serverPrefixEnabled
: false

# Message format
format
: "<%player%> %message%"

Usage

- Server Mode: When isServer is set to `true`, the plugin will start a WebSocket server on the specified port.
- Client Mode: When isServer is set to `false`, the plugin will connect to the specified WebSocket server address.

Commands

- `/chatbridge reload` - Reloads the plugin configuration and restarts the WebSocket connection.

API

ChatBridge

- ChatBridge.getInstance() - Returns the singleton instance of the plugin.
- ChatBridge.broadcastMessage(String playerName, String message) - Broadcasts a message to all connected clients or the server.
- ChatBridge.broadcastMessageFromServer(String playerName, String message) - Broadcasts a message from the server to all clients.
- ChatBridge.isClientConnected() - Checks if the client is connected to the WebSocket server.

EventBus

- EventBus.subscribe(Consumer<String> handler) - Subscribes to incoming messages.
- EventBus.postMessage(String message) - Posts a message to all subscribed handlers.
Resource Information
Author:
----------
Total Downloads: 28
First Release: Mar 22, 2025
Last Update: Mar 23, 2025
Category: ---------------
All-Time Rating:
0 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings