(courtesy of patrickfreed) LWC Chest Protection Integration

When a claimed territory is captured by another Faction, all LWC chests that are not occupied by members of the person who is claiming the territory's faction lose their protection.
This commit is contained in:
Brettflan
2012-01-15 12:41:33 -06:00
parent c19f3405bf
commit de14985d1e
7 changed files with 118 additions and 2 deletions

View File

@@ -82,6 +82,11 @@ public class Conf
public static boolean worldGuardChecking = false;
//LWC
public static boolean lwcIntegration = false;
public static boolean onUnclaimResetLwcLocks = false;
public static boolean onCaptureResetLwcLocks = false;
// server logging options
public static boolean logFactionCreate = true;
public static boolean logFactionDisband = true;