Fix config path

This commit is contained in:
HaHaWTH 2023-09-29 11:39:57 +08:00
parent a35a277b32
commit 7cbd1ebae7
2 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import org.bukkit.plugin.Plugin;
import org.bukkit.scheduler.BukkitScheduler;
import javax.inject.Inject;
import java.util.Objects;
import java.util.Random;
import java.util.concurrent.ConcurrentHashMap;

View File

@ -75,7 +75,7 @@ public final class SecuritySettings implements SettingsHolder {
@Comment("Should we show the Authme banner on startup?")
public static final Property<Boolean> SHOW_STARTUP_BANNER =
newProperty("Plugin.updates.showBanners", true);
newProperty("Plugin.banners.showBanners", true);
@Comment("Max allowed tries before a captcha is required")
public static final Property<Integer> MAX_LOGIN_TRIES_BEFORE_CAPTCHA =