This commit is contained in:
HaHaWTH
2023-09-29 15:22:16 +08:00
parent 5305bf0bfd
commit d1ebcfeef0
2 changed files with 17 additions and 8 deletions
@@ -77,9 +77,9 @@ public final class SecuritySettings implements SettingsHolder {
public static final Property<Boolean> SHOW_STARTUP_BANNER =
newProperty("Plugin.banners.showBanners", true);
@Comment("Should we show the Authme banner on startup?")
@Comment("Should we show the Authme banner on startup? (Default: §r)")
public static final Property<String> STARTUP_BANNER_COLOR =
newProperty("Plugin.banners.bannerColor", "r");
newProperty("Plugin.banners.bannerColor", "§r");
@Comment("Max allowed tries before a captcha is required")