13
0
geforkt von Mirrors/Velocity
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-02-21 18:51:41 -05:00
Ursprung 3e053d63b4
Commit 65acb13dca

Datei anzeigen

@ -94,12 +94,12 @@ public class VelocityConfiguration extends AnnotatedConfig implements ProxyConfi
" will determine the initial server list ping response.", " will determine the initial server list ping response.",
"- \"mods\": Passes only the mod list from your backend server into the response.", "- \"mods\": Passes only the mod list from your backend server into the response.",
" The first server in your try list (or forced host) with a mod list will be", " The first server in your try list (or forced host) with a mod list will be",
" used. If no backend servers can be contacted, Velocity will not display any", " used. If no backend servers can be contacted, Velocity won't display any",
" mod information.", " mod information.",
"- \"description\": Uses the description and mod list from the backend server. The first", "- \"description\": Uses the description and mod list from the backend server. The first",
" server in the try (or forced host) list that responds is used for the", " server in the try (or forced host) list that responds is used for the",
" description and mod list.", " description and mod list.",
"- \"all\": Passes everything from the backend server into the response. The Velocity", "- \"all\": Uses the backend server's response as the proxy response. The Velocity",
" configuration is used if no servers could be contacted." " configuration is used if no servers could be contacted."
}) })
@ConfigKey("ping-passthrough") @ConfigKey("ping-passthrough")