Skip to content

Instantly share code, notes, and snippets.

View CoreyShupeSLG's full-sized avatar

Corey Shupe CoreyShupeSLG

View GitHub Profile
@CoreyShupeSLG
CoreyShupeSLG / external_servers_waterfall.json
Created August 18, 2022 17:16
Waterfall edition of external servers.
{
"servers": {
"ServerName": {
"address": "server.ip.address",
"restricted": false,
"motd": "&1Just another Waterfall - Forced Host"
}
},
"listeners": [
{
{
"secret": "", // Bungeeguard/Modern secret (optional)
"forwarding": "LEGACY", // Velocity Forwarding Mode
"try": [ // The custom "try" list for the velo configuration
"hub" // One of the "servers"
],
"servers": {
"hub": "example.hub:25565" // The "ip" of the external server you're connecting
}
}