default false

This commit is contained in:
HaHaWTH 2024-11-04 21:57:28 +08:00
parent 48a48f0c07
commit 2bde2fd8ac

View File

@ -17,7 +17,7 @@ public final class HooksSettings implements SettingsHolder {
@Comment("Do we need to hook with PlaceholderAPI for AuthMe placeholders?") @Comment("Do we need to hook with PlaceholderAPI for AuthMe placeholders?")
public static final Property<Boolean> PLACEHOLDER_API = public static final Property<Boolean> PLACEHOLDER_API =
newProperty("Hooks.placeholderapi", true); newProperty("Hooks.placeholderapi", false);
@Comment("Do we need to hook with BungeeCord?") @Comment("Do we need to hook with BungeeCord?")
public static final Property<Boolean> BUNGEECORD = public static final Property<Boolean> BUNGEECORD =