From db7130dd634e88c0627874247b324c28f6be7c83 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Tue, 24 May 2022 21:24:18 +0200 Subject: [PATCH] cherry pick commit --- .../java/me/ryanhamshire/GriefPrevention/GriefPrevention.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/me/ryanhamshire/GriefPrevention/GriefPrevention.java b/src/main/java/me/ryanhamshire/GriefPrevention/GriefPrevention.java index 14db5ee..df65e14 100644 --- a/src/main/java/me/ryanhamshire/GriefPrevention/GriefPrevention.java +++ b/src/main/java/me/ryanhamshire/GriefPrevention/GriefPrevention.java @@ -223,6 +223,7 @@ public class GriefPrevention extends JavaPlugin public boolean config_advanced_fixNegativeClaimblockAmounts; //whether to attempt to fix negative claim block amounts (some addons cause/assume players can go into negative amounts) public int config_advanced_claim_expiration_check_rate; //How often GP should check for expired claims, amount in seconds + public int config_advanced_offlineplayer_cache_days; //Cache players who have logged in within the last x number of days //custom log settings public int config_logs_daysToKeep;