From 75eaf01d2a5d88641a8d4e64a892afcd00a2e638 Mon Sep 17 00:00:00 2001 From: Snake Date: Sat, 18 Nov 2023 19:28:32 +0100 Subject: [PATCH] feat: added more precise explanation --- .../arim/libertybans/core/selector/EnforcementConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bans-core/src/main/java/space/arim/libertybans/core/selector/EnforcementConfig.java b/bans-core/src/main/java/space/arim/libertybans/core/selector/EnforcementConfig.java index e82a088b5..348e4a823 100644 --- a/bans-core/src/main/java/space/arim/libertybans/core/selector/EnforcementConfig.java +++ b/bans-core/src/main/java/space/arim/libertybans/core/selector/EnforcementConfig.java @@ -148,7 +148,8 @@ interface AltsRegistry { @ConfComments({"The server names in this list will be excluded from associating the IP address of the player connecting.", "Please note that the server's name of the list should be the same as the ones in your proxy config", - "This is intended to be used by LibertyBans proxy installations." + "This is intended to be used by LibertyBans proxy installations.", + "If you are planning to use this feature, make sure to have enabled 'enforce-server-switch' option." }) @ConfKey("servers-without-ip-registration") @DefaultStrings("")