We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f099d81 commit bf75524Copy full SHA for bf75524
proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java
@@ -181,7 +181,8 @@ public boolean validate() {
181
}
182
183
if (requireForwardingSecret && (forwardingSecret == null || forwardingSecret.length == 0)) {
184
- logger.error("You don't have a forwarding secret set. This is required for security.");
+ logger.error("You don't have a forwarding secret set. This is required for security. "
185
+ + "See https://docs.papermc.io/velocity/player-information-forwarding for more details.");
186
valid = false;
187
188
0 commit comments