Added new "Ally" related protection options to complement the "Enemy" ones (added thanks to donation from BeTrayed)

This commit is contained in:
Brettflan
2011-08-23 17:12:17 -05:00
parent 83d1e52be3
commit 82db1624c9
4 changed files with 22 additions and 14 deletions

View File

@@ -107,6 +107,12 @@ public class Conf {
public static boolean territoryEnemyPainBuildWhenOffline = false;
public static boolean territoryEnemyDenyUseage = true;
public static boolean territoryEnemyProtectMaterials = true;
public static boolean territoryAllyDenyBuild = true;
public static boolean territoryAllyDenyBuildWhenOffline = true;
public static boolean territoryAllyPainBuild = false;
public static boolean territoryAllyPainBuildWhenOffline = false;
public static boolean territoryAllyDenyUseage = true;
public static boolean territoryAllyProtectMaterials = true;
public static boolean territoryBlockCreepers = false;
public static boolean territoryBlockCreepersWhenOffline = false;
public static boolean territoryBlockFireballs = false;