Skip to content

Instantly share code, notes, and snippets.

@CoreyShupeSLG
Created August 18, 2022 17:16
Show Gist options
  • Save CoreyShupeSLG/7c87785e9fb31463265d562c1f891079 to your computer and use it in GitHub Desktop.
Save CoreyShupeSLG/7c87785e9fb31463265d562c1f891079 to your computer and use it in GitHub Desktop.
Waterfall edition of external servers.
{
"servers": {
"ServerName": {
"address": "server.ip.address",
"restricted": false,
"motd": "&1Just another Waterfall - Forced Host"
}
},
"listeners": [
{
"query_port": 25575,
"tab_list": "GLOBAL_PING",
"query_enabled": false,
"proxy_protocol": true,
"forced_hosts": {},
"ping_passthrough": false,
"priorities": [
"ServerName"
],
"bind_local_address": true,
"host": "0.0.0.0:25575",
"max_players": 0,
"tab_size": 60,
"force_default_server": false,
"motd": "&1Another Bungee server"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment