Overview
The server registration plugin keeps your proxy’s registered child servers in sync with SimpleCloud’s server registry. This plugin is essential for proxy server setups, ensuring proper server communication and player routing. The plugin:- Updates proxy server registrations automatically
- Uses the SimpleCloud server API for server tracking
- Supports multiple proxy platforms
- Provides extensible interfaces for custom implementations
This plugin internally uses the server API to track online cloud servers and
provides interfaces for custom proxy software implementations.
Supported Software
| Software | Plugin Support | Server API Support |
|---|---|---|
| Velocity | ✅ Full | ✅ Yes |
| Bungeecord | ✅ Full | ✅ Yes |
| Gate | 🔄 Planned | ✅ Yes |
| Other | Varies | No |
Support for other proxies is possible through custom implementation if the
server API is available in your preferred programming language.
Quick Setup
- Download the plugin from GitHub
- Place it in your proxy template’s plugins folder
- Start your proxy server
- Configure using
config.yml
Configuration
The plugin’s configuration file (config.yml) supports the following options:
Custom Implementation
For custom proxy software support, implement theServerRegisterer interface: