Added Spawner Lock Command, And Formatted Grace Differently

This commit is contained in:
Driftay
2019-09-16 07:36:42 -04:00
parent 8df75a59d4
commit 41fb4dd7ad
8 changed files with 49 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ public class Conf {
public static int stealthFlyCheckRadius = 32;
public static int factionBufferSize = 20;
public static boolean useCheckSystem = true;
public static boolean spawnerLock = false;
public static boolean gracePeriod = false;
public static boolean noEnderpearlsInFly = false;
public static boolean broadcastDescriptionChanges = false;