Skip to content

Commit

Permalink
default false
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH committed Nov 4, 2024
1 parent 48a48f0 commit 2bde2fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Boolean> PLACEHOLDER_API =
newProperty("Hooks.placeholderapi", true);
newProperty("Hooks.placeholderapi", false);

@Comment("Do we need to hook with BungeeCord?")
public static final Property<Boolean> BUNGEECORD =
Expand Down

0 comments on commit 2bde2fd

Please sign in to comment.