Skip to content

Commit bf75524

Browse files
committed
Provide link to docs on configuration error
1 parent f099d81 commit bf75524

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

proxy/src/main/java/com/velocitypowered/proxy/config/VelocityConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ public boolean validate() {
181181
}
182182

183183
if (requireForwardingSecret && (forwardingSecret == null || forwardingSecret.length == 0)) {
184-
logger.error("You don't have a forwarding secret set. This is required for security.");
184+
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.");
185186
valid = false;
186187
}
187188

0 commit comments

Comments
 (0)