⚡ CrossServerChat
Global VentureChat synchronization across any server running this plugin.
What Is CrossServerChat?
CrossServerChat links multiple Minecraft servers together through a central relay,
mirroring VentureChat messages across an entire network.
Messages sent in the configured channel on one server instantly appear on all others,
complete with:
✔ VentureChat formatting
✔ Prefixes, suffixes, placeholders
✔ JSON hover tooltips
✔ Color codes
✔ Player metadata
✔ Per‑server hover information
This gives your players a seamless global chat experience - even if they're all on different servers.
Commands
/csc list - displays all servers recently connected to the relay server.
/csc mute player <name> - permission:"crossserverchat.mute"
/csc mute server <ip> - permission:"crossserverchat.mute"
/csc unmute player <name> - permission:"crossserverchat.mute"
/csc unmute server <ip> - permission:"crossserverchat.mute"
/csc muted - permission:"crossserverchat.mute"
Features
- Global VentureChat message mirroring
- Automatic JSON hover tooltips (server, IP, UUID, etc.)
- Supports all VentureChat formatting
- Safe thread‑handled message injection
- Uses a central relay server for communication
- Reconnect system with configurable delay
- Lightweight & optimized
Configuration
Code (Text):
relay:
url: IGNORE THIS
reconnect_delay_seconds: 10
server:
name: "Survival-1"
channel:
name:
from: "Global"
to: "Global"
How It Works
- Each server connects to the relay over WebSocket.
- VentureChat messages from the configured channel are sent to the relay.
- The relay broadcasts messages to all connected servers.
- Each receiving server injects the message back into VentureChat with full formatting.
Requirements
- Paper / Spigot 1.16+
- VentureChat
Coming Soon
- Op Mail
✨ Enjoy Seamless Cross-Server Chat!