13
0
geforkt von Mirrors/Velocity

Switch forwarding mode to none by default

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-10-15 14:27:50 -04:00
Ursprung dcef9e4803
Commit b7d7e3cc89

Datei anzeigen

@ -51,7 +51,7 @@ public class VelocityConfiguration extends AnnotatedConfig implements ProxyConfi
"- \"modern\": Forward player IPs and UUIDs as part of the login process using Velocity's native", "- \"modern\": Forward player IPs and UUIDs as part of the login process using Velocity's native",
" forwarding. Only applicable for Minecraft 1.13 or higher."}) " forwarding. Only applicable for Minecraft 1.13 or higher."})
@ConfigKey("player-info-forwarding-mode") @ConfigKey("player-info-forwarding-mode")
private PlayerInfoForwarding playerInfoForwardingMode = PlayerInfoForwarding.MODERN; private PlayerInfoForwarding playerInfoForwardingMode = PlayerInfoForwarding.NONE;
@StringAsBytes @StringAsBytes
@Comment("If you are using modern IP forwarding, configure an unique secret here.") @Comment("If you are using modern IP forwarding, configure an unique secret here.")