This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"servers": { | |
"ServerName": { | |
"address": "server.ip.address", | |
"restricted": false, | |
"motd": "&1Just another Waterfall - Forced Host" | |
} | |
}, | |
"listeners": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
} |