since auto extend is added change default claim depth
This commit is contained in:
parent
9ba44f7290
commit
ec704718cc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user