Safer piston build protection

This commit is contained in:
ulumulu1510
2015-01-24 04:43:28 +01:00
committed by Olof Larsson
parent 262d1f2efa
commit 22bf4bc9bb
3 changed files with 100 additions and 14 deletions

View File

@ -305,6 +305,10 @@ public class MConf extends Entity<MConf>
// 0.1 means that you take 10% less damage at home.
public double territoryShieldFactor = 0.1D;
// Protects the faction land from piston extending/retracting
// through the denying of MPerm build
public boolean handlePistonProtectionThroughDenyBuild = true;
// -------------------------------------------- //
// DENY COMMANDS
// -------------------------------------------- //