Add optional essentials integration for /f home delay and cooldown (enabled by default).

This commit is contained in:
Olof Larsson
2012-01-27 22:22:32 +01:00
parent ace3853694
commit 92bddb0f9a
4 changed files with 44 additions and 15 deletions

View File

@@ -102,8 +102,8 @@ public class Conf
public static boolean homesTeleportToOnDeath = true;
public static boolean homesRespawnFromNoPowerLossWorlds = true;
public static boolean homesTeleportCommandEnabled = true;
public static boolean homesTeleportCommandEssentialsIntegration = true;
public static boolean homesTeleportCommandSmokeEffectEnabled = true;
public static float homesTeleportCommandSmokeEffectThickness = 3f;
public static boolean homesTeleportAllowedFromEnemyTerritory = true;
public static boolean homesTeleportAllowedFromDifferentWorld = true;
public static double homesTeleportAllowedEnemyDistance = 32.0;