More plot analysis

This commit is contained in:
boy0001
2015-07-18 02:50:32 +10:00
parent cebc5c1df3
commit 30b5d89dde
10 changed files with 510 additions and 70 deletions

View File

@ -161,8 +161,7 @@ public class Settings {
* Days until a plot gets cleared
*/
public static int AUTO_CLEAR_DAYS = 360;
public static boolean AUTO_CLEAR_CHECK_DISK = false;
public static int MIN_BLOCKS_CHANGED = -1;
public static int CLEAR_THRESHOLD = 100;
public static int MIN_BLOCKS_CHANGED_IGNORED = -1;
public static int CLEAR_INTERVAL = 120;
/**