Proxy Network Support
If you manage a network with multiple servers (such as Hub, Survival, Skyblock), you normally rely on multiple plugins to send players to another server when they type something like /hub. X-SetSpawn has this integrated natively.
Native Compatibility
X-SetSpawn can communicate securely and directly with major modern proxies:
- BungeeCord
- Waterfall
- Velocity
Configuring Server Jump
Open your config.yml and look for the proxy-support section:
proxy-support:
enabled: true
send-on-stop: true
server: "lobby"
aliases:
- "hub"
- "lobby"send-on-stop: true: Premium Feature! If you turn off your Survival server (for a restart or maintenance), instead of kicking players to the multiplayer screen, X-SetSpawn will โsaveโ them and automatically send them to the specified server in the network.server: The exact name of the destination server as written in your Proxy configuration file (e.g., in Bungeeโsconfig.ymlorvelocity.toml).aliases: A list of global commands that players can type to be sent to this server. In the example, typing/hubor/lobbywill send them without needing extra plugins.
โ ๏ธ
Velocity Users:
For the bridge between your server (Spigot/Paper) and Velocity to work, you must open your velocity.toml file and ensure this line is enabled:
bungee-plugin-messaging-channel = true
Without this, Velocity will ignore X-SetSpawn transport requests.