Undid a few changes so config wouldn't kill itself upon starting.

This commit is contained in:
PryPurity 2020-06-21 05:55:59 -05:00
parent 8a8c5f5440
commit d52cd2e5f5
3 changed files with 7 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.wimbli.WorldBorder</groupId>
<artifactId>WorldBorder</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<name>WorldBorder</name>
<url>https://github.com/PryPurity/WorldBorder</url>
<issueManagement>

View File

@ -38,20 +38,21 @@ public class Config {
private static int timerTicks = 4;
private static boolean whooshEffect = false;
private static boolean portalRedirection = true;
private static boolean dynmapEnable = false;
private static boolean dynmapEnable = true;
private static String dynmapMessage;
private static int dynmapPriority = 0;
private static boolean dynmapHideByDefault = false;
private static int remountDelayTicks = 0;
private static boolean killPlayer = false;
private static boolean denyEnderpearl = false;
private static int fillAutosaveFrequency = 45;
private static int fillAutosaveFrequency = 30;
private static int fillMemoryTolerance = 500;
private static boolean preventBlockPlace = false;
private static boolean preventMobSpawn = false;
// for monitoring plugin efficiency
// public static long timeUsed = 0;
private static boolean preventMobSpawn = false;
// public static long timeUsed = 0;
public static long Now() {
return System.currentTimeMillis();

View File

@ -1,7 +1,7 @@
name: WorldBorder
authors: [Brettflan, PryPurity]
description: Efficient, feature-rich plugin for limiting the size of your worlds.
version: 2.0.0
version: 2.0.1
api-version: 1.13
main: com.wimbli.WorldBorder.WorldBorder
softdepend: