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 =