
MultiProxySync
Solve inconsistent player counts across multiple Velocity proxies.

🚀 MultiProxySync
Solve inconsistent player counts across multiple Velocity proxies.
📖 About
MultiProxySync is a plugin for Velocity proxy networks designed for multi-proxy setups that need global player count synchronization.
It uses Redis to synchronize player counts and player lists between multiple proxy nodes, so your whole network can show a more consistent and accurate online player count.
If your network uses more than one Velocity proxy and you want the player count shown in the server list to stay in sync across all entry points, this plugin is made for that situation.
It is especially useful if your proxies show different online numbers, player counts are not syncing correctly, or the number of players appears inconsistent across multiple proxy servers.
📷 Preview

✨ Features
-
Multi-Proxy Sync
Synchronizes player counts and player lists across multiple Velocity proxies. -
More Accurate Player Counts
Helps keep online player numbers consistent across different entry points. -
Redis-Based Sharing
Uses Redis to share synchronized data between proxy nodes. -
Automatic Cleanup
If a proxy crashes or goes offline unexpectedly, stale data is cleaned up automatically. -
Lightweight and Simple
Easy to configure and suitable for real production use.
📦 Requirements
You will need:
- Velocity proxy server
- Redis database
🛠️ Installation
- Download
multiproxysync-plugin-2.0.0.jar - Place it into the
pluginsfolder of all your Velocity proxies - Start each proxy once to generate the configuration file
- Edit the generated
config.yml - Restart all proxy instances
📄 Configuration Example
plugin:
serverName: Proxy-01
enabled: true
redis:
host: 127.0.0.1
port: 6379
password: YourPassword
⚠️ Notes
- Every proxy node must use a unique
serverName - All proxy nodes must connect to the same Redis instance
- The plugin is disabled by default until
enabled: trueis set in the config
🔧 For Developers
MultiProxySync also provides a public API for plugin integrations.
If you want to use the API in your own plugin, please check the documentation on GitHub:
https://github.com/User-Time/MultiProxySync
💬 Feedback
If you run into any issues or have ideas for improvement, feedback is always welcome.
