@ -45,7 +45,8 @@ public class CauldronConfig extends ConfigBase
publicfinalBoolSettingcheckEntityMaxSpeeds=newBoolSetting(this,"settings.check-entity-max-speeds",false,"Removes any entity that exceeds max speed.");
publicfinalBoolSettingcheckEntityMaxSpeeds=newBoolSetting(this,"settings.check-entity-max-speeds",false,"Removes any entity that exceeds max speed.");
publicfinalIntSettinglargeBoundingBoxLogSize=newIntSetting(this,"settings.entity-bounding-box-max-size",1000,"Max size of an entity's bounding box before removing it (either being too large or bugged and 'moving' too fast)");
publicfinalIntSettinglargeBoundingBoxLogSize=newIntSetting(this,"settings.entity-bounding-box-max-size",1000,"Max size of an entity's bounding box before removing it (either being too large or bugged and 'moving' too fast)");
publicfinalIntSettingentityMaxSpeed=newIntSetting(this,"settings.entity-max-speed",100,"Square of the max speed of an entity before removing it");
publicfinalIntSettingentityMaxSpeed=newIntSetting(this,"settings.entity-max-speed",100,"Square of the max speed of an entity before removing it");
publicfinalIntSettingchunkGCGracePeriod=newIntSetting(this,"settings.chunk-gc-grace-period",0,"Grace period of no-ticks before unload");
// Debug settings
// Debug settings
publicfinalBoolSettingenableThreadContentionMonitoring=newBoolSetting(this,"debug.thread-contention-monitoring",false,"Set true to enable Java's thread contention monitoring for thread dumps");
publicfinalBoolSettingenableThreadContentionMonitoring=newBoolSetting(this,"debug.thread-contention-monitoring",false,"Set true to enable Java's thread contention monitoring for thread dumps");
@ -100,6 +101,7 @@ public class CauldronConfig extends ConfigBase