Adds LiquidFlow exploit handling
“hand” merged from HCF. Adds option in conf.json that defaults to false which if enabled will prevent liquid from flowing between into other factions if it shouldn’t.
This commit is contained in:
@@ -102,6 +102,7 @@ public class Conf {
|
||||
public static boolean handleExploitEnderPearlClipping = true;
|
||||
public static boolean handleExploitInteractionSpam = true;
|
||||
public static boolean handleExploitTNTWaterlog = false;
|
||||
public static boolean handleExploitLiquidFlow = false;
|
||||
|
||||
public static boolean homesEnabled = true;
|
||||
public static boolean homesMustBeInClaimedTerritory = true;
|
||||
|
||||
Reference in New Issue
Block a user