New conf.json setting "worldsNoWildernessProtection", for worlds in which you don't want wilderness protections to apply

This commit is contained in:
Brettflan
2011-08-23 00:37:31 -05:00
parent 72bf1492c3
commit ef465dfcf4
4 changed files with 12 additions and 9 deletions

View File

@@ -201,6 +201,7 @@ public class Conf {
public static Set<String> worldsNoClaiming = new HashSet<String>();
public static Set<String> worldsNoPowerLoss = new HashSet<String>();
public static Set<String> worldsIgnorePvP = new HashSet<String>();
public static Set<String> worldsNoWildernessProtection = new HashSet<String>();
public static transient int mapHeight = 8;
public static transient int mapWidth = 39;