Skip to content

Commit

Permalink
feat: disable economy features by default.
Browse files Browse the repository at this point in the history
bStats suggests most people aren't using these features, and they cause confusion with limiting max homes
  • Loading branch information
WiIIiam278 committed Feb 14, 2025
1 parent 11f5a23 commit 3a56b85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ public long getCooldown(@NotNull TransactionResolver.Action action) {
public static class EconomySettings {

@Comment("Enable economy plugin integration (requires Vault and a compatible Economy plugin)")
private boolean enabled = true;
private boolean enabled = false;

@Comment("Map of economy actions to costs.")
private Map<TransactionResolver.Action, Double> economyCosts = TransactionResolver.Action.getEconomyCosts();
Expand Down

0 comments on commit 3a56b85

Please sign in to comment.