QuickChat - Features Overview
Redis Cross-Server (Global Synchronization)
Config:
QuickChat includes Redis support to connect all your servers (Lobby, Survival, Skyblock, etc.) in real-time, creating a unified chat system across your entire network.
Features
- Global Private Messaging
Use
and
across all servers.
- Global Tab Complete
Auto-complete player names from the entire network.
- StaffChat Across Servers
Staff members can communicate from any server.
- Global Public Chat (Optional)
Sync chat between all servers.
- Server Tags
Show the origin server in messages.
Example:
Code (Text):
[Skyblock] Player -> You: Hello
Notes
- Fully asynchronous system
- Automatic Redis reconnection if connection is lost
- No impact on main server thread
World Isolation System
Config:
Code (Text):
world-isolation.yml
Designed for servers running multiple worlds (e.g. Survival + PvP arenas).
Features
- Per-World Chat Isolation
Players only see messages from their current world.
- Example
If
is isolated:
- Players inside only see messages from that world
- No messages from Survival
- Survival players don’t see arena chat
- Private Message Control
Option to block
between isolated worlds and global worlds.
Use Cases
- PvP arenas
- Minigames
- Competitive environments
⚠ Important
Do
NOT use
Redis Cross-Server and
World Isolation together on the same server.
They serve opposite purposes.
Recommendation:
Disable Redis in
if you want full isolation.