From 9f6f55d8e8a57c30203c3a3c8bf3e9e30d5799f0 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 29 Sep 2023 15:24:26 +0800 Subject: [PATCH] Fix config description --- .../fr/xephi/authme/settings/properties/SecuritySettings.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java index 0c5d6fa3..bf1e1acc 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -77,11 +77,10 @@ public final class SecuritySettings implements SettingsHolder { public static final Property SHOW_STARTUP_BANNER = newProperty("Plugin.banners.showBanners", true); - @Comment("Should we show the Authme banner on startup? (Default: §r)") + @Comment("Change the banner colors here (Default: §r)") public static final Property STARTUP_BANNER_COLOR = newProperty("Plugin.banners.bannerColor", "§r"); - @Comment("Max allowed tries before a captcha is required") public static final Property MAX_LOGIN_TRIES_BEFORE_CAPTCHA = newProperty("Security.captcha.maxLoginTry", 8);