Overview
The server connection plugin handles the connection logic for players in your network. This plugin is essential for any Minecraft network that uses SimpleCloud. It acts as the central connection manager for your servers.This plugin internally uses the server API to track online cloud servers and
provides interfaces for custom implementations.
Features
The server connection plugin provides:- Automatic Fallback: When a server crashes or shuts down, players are automatically moved to a fallback server
- Connection Queue: Manages player connections to prevent overwhelming servers during mass reconnects
- Server State Awareness: Only connects players to servers in an appropriate state
- Customizable Behavior: Configure fallback priorities and connection rules
Supported Software
| Software | Plugin Support | Server API Support |
|---|---|---|
| Velocity | ✅ Full | ✅ Yes |
| Bungeecord | ✅ Full | ✅ Yes |
| Gate | 🔄 Planned | ✅ Yes |
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:
How It Works
When a player needs to be moved (server shutdown, kick, etc.):- The plugin checks for available fallback servers
- Servers are prioritized by the configured group order
- The player is connected to the first available server
- If no server is available, the configured kick message is shown