Some effect for the f home teleport command

This commit is contained in:
Olof Larsson
2011-10-13 12:17:23 +02:00
parent 73ea2b75e0
commit 0039370f05
4 changed files with 108 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ public class Conf
public static boolean homesTeleportToOnDeath = true;
public static boolean homesRespawnFromNoPowerLossWorlds = true;
public static boolean homesTeleportCommandEnabled = 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;