
QuickChat
Modern chat plugin with formats, placeholders, private messages, colors, and full customization.
Список изменений
QuickChat - Features Overview
🌐 Redis Cross-Server (Global Synchronization)
Config: redis.yml
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/msgand/racross 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:[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: 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
Ifarena_pvpis 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/msgbetween 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 are designed for opposite purposes.
Recommendation:
If you want full isolation, disable Redis in redis.yml for that server.
✔ Compatibility
- Spigot / Paper
- Multi-server networks (BungeeCord / Velocity)
- Redis supported environments
