Last active
July 13, 2022 20:36
-
-
Save CoreyShupeSLG/259e373e7e8b65cccec014f1299cbac8 to your computer and use it in GitHub Desktop.
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 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment