since auto extend is added change default claim depth

This commit is contained in:
Flemmli97 2020-08-26 16:40:33 +02:00
parent 9ba44f7290
commit ec704718cc

View File

@ -22,7 +22,7 @@ public class Config {
public int maxClaimBlocks = 5000;
public int ticksForNextBlock = 1200;
public int minClaimsize = 100;
public int defaultClaimDepth = 255;
public int defaultClaimDepth = 10;
public String[] blacklistedWorlds = new String[0];
public boolean worldWhitelist;