New conf.json option "safeZonePreventAllDamageToPlayers" (default false) which will prevent all damage to players while they're in a Safe Zone; note that attack damage from other players and monsters is still prevented regardless

This commit is contained in:
Brettflan
2011-07-29 06:39:20 -05:00
parent e3cb829e6b
commit 63ab41f933
2 changed files with 21 additions and 8 deletions

View File

@@ -99,6 +99,7 @@ public class Conf {
public static boolean safeZoneDenyBuild = true;
public static boolean safeZoneDenyUseage = true;
public static boolean safeZoneBlockTNT = true;
public static boolean safeZonePreventAllDamageToPlayers = false;
public static boolean warZoneDenyBuild = true;
public static boolean warZoneDenyUseage = true;