Essentials Home Removal on Player Leave

This commit is contained in:
Driftay
2019-08-24 12:23:04 -04:00
parent a10864015c
commit 84f4e0f732
5 changed files with 57 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ public class Conf {
public static String modChatFormat = ChatColor.RED + "%s:" + ChatColor.WHITE + " %s";
public static int stealthFlyCheckRadius = 32;
public static int factionBufferSize = 20;
public static boolean removeHomesOnLeave = true;
public static boolean gracePeriod = false;
public static boolean noEnderpearlsInFly = false;
public static boolean broadcastDescriptionChanges = false;