Bunch of Misc Fixes Reported in Discord

This commit is contained in:
Driftay
2019-10-27 17:24:17 -04:00
parent 77245e716f
commit bbed3f0bb0
6 changed files with 40 additions and 15 deletions

View File

@@ -131,6 +131,7 @@ public class Conf {
public static boolean homesTeleportAllowedFromDifferentWorld = true;
public static double homesTeleportAllowedEnemyDistance = 32.0;
public static boolean homesTeleportIgnoreEnemiesIfInOwnTerritory = true;
public static boolean homesTeleportIgnoreEnemiesIfInNoClaimingWorld = true;
public static boolean disablePVPBetweenNeutralFactions = false;
public static boolean disablePVPForFactionlessPlayers = false;
public static boolean enablePVPAgainstFactionlessInAttackersLand = false;