diff --git a/pom.xml b/pom.xml
index 18b015c..44e40f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.wimbli.WorldBorder
WorldBorder
- 2.1.2
+ 2.1.4
WorldBorder
https://github.com/PryPurity/WorldBorder
@@ -33,7 +33,7 @@
org.spigotmc
spigot-api
- 1.16.5-R0.1-SNAPSHOT
+ 1.17.1-R0.1-SNAPSHOT
provided
@@ -44,15 +44,15 @@
provided
- com.destroystokyo.paper
+ io.papermc.paper
paper-api
- 1.16.5-R0.1-SNAPSHOT
+ 1.17.1-R0.1-SNAPSHOT
provided
io.papermc
paperlib
- 1.0.5
+ 1.0.6
compile
@@ -73,14 +73,14 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.1.1
+ 3.2.4
${project.build.directory}/dependency-reduced-pom.xml
io.papermc.lib
- com.wimbli.WorldBorder.paperlib
+ com.wimbli.WorldBorder.paperlib
diff --git a/src/main/java/com/wimbli/WorldBorder/Config.java b/src/main/java/com/wimbli/WorldBorder/Config.java
index 0599a7b..6787f69 100644
--- a/src/main/java/com/wimbli/WorldBorder/Config.java
+++ b/src/main/java/com/wimbli/WorldBorder/Config.java
@@ -14,7 +14,6 @@ import java.util.Map.Entry;
import java.util.logging.Level;
import java.util.logging.Logger;
-
public class Config {
public static final DecimalFormat coord = new DecimalFormat("0.0");
private static final int currentCfgVersion = 12;
@@ -38,7 +37,7 @@ 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 dynmapLayerLabel;
private static String dynmapMessage;
private static int dynmapPriority = 0;
@@ -269,6 +268,7 @@ public class Config {
public static void setDenyEnderpearl(boolean enable) {
denyEnderpearl = enable;
log("Direct cancellation of ender pearls thrown past the border " + (enable ? "enabled" : "disabled") + ".");
+ log("Direct cancellation of ender pearls thrown past the border " + (enable ? "enabled" : "disabled") + ".");
save(true);
}
diff --git a/src/main/java/com/wimbli/WorldBorder/WBCommand.java b/src/main/java/com/wimbli/WorldBorder/WBCommand.java
index f6c0167..d3e00c8 100644
--- a/src/main/java/com/wimbli/WorldBorder/WBCommand.java
+++ b/src/main/java/com/wimbli/WorldBorder/WBCommand.java
@@ -51,8 +51,7 @@ public class WBCommand implements CommandExecutor {
//-----
addCmd(new CmdDenypearl()); // 1
addCmd(new CmdReload()); // 1
- addCmd(new CmdDebug()); // 1
-
+ addCmd(new CmdDebug()); // 1
// this is the default command, which shows command example pages; should be last just in case
addCmd(new CmdCommands());
}
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index abd89a3..398f443 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,11 +1,12 @@
name: WorldBorder
authors: [ Brettflan, PryPurity ]
description: Efficient, feature-rich plugin for limiting the size of your worlds.
-version: 2.1.2
+version: 2.1.4
api-version: 1.15
main: com.wimbli.WorldBorder.WorldBorder
softdepend:
- dynmap
+ - Multiworld
- Multiverse-Core
commands:
wborder: