Added config option territoryBlockFireballs, defaults to false; if enabled, prevents destruction of blocks by Ghast fireballs inside faction territory... note that this only works in CB build 557 and higher, where fireball detection was added

This commit is contained in:
Brettflan
2011-03-17 18:02:29 -05:00
parent 45162a3444
commit d5308bc75d
3 changed files with 11 additions and 3 deletions

View File

@@ -43,6 +43,8 @@ public class Conf {
public static double territoryShieldFactor = 0.5;
public static boolean territoryBlockCreepers = false;
public static boolean territoryBlockFireballs = false;
public static List<Material> territoryProtectedMaterials = new ArrayList<Material>();
// Command names / aliases