From 2bde2fd8ac3e45da451dcf40d133ce47d89d186d Mon Sep 17 00:00:00 2001 From: HaHaWTH <102713261+HaHaWTH@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:57:28 +0800 Subject: [PATCH] default false --- .../java/fr/xephi/authme/settings/properties/HooksSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/HooksSettings.java b/src/main/java/fr/xephi/authme/settings/properties/HooksSettings.java index b2949af0..32e7a95f 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/HooksSettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/HooksSettings.java @@ -17,7 +17,7 @@ public final class HooksSettings implements SettingsHolder { @Comment("Do we need to hook with PlaceholderAPI for AuthMe placeholders?") public static final Property PLACEHOLDER_API = - newProperty("Hooks.placeholderapi", true); + newProperty("Hooks.placeholderapi", false); @Comment("Do we need to hook with BungeeCord?") public static final Property BUNGEECORD =