diff --git a/pom.xml b/pom.xml index f9d2ba1..afb91bf 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ -LOCAL - 1.8.1 + 1.8.2 diff --git a/src/main/java/world/bentobox/warps/Warp.java b/src/main/java/world/bentobox/warps/Warp.java index 482fe79..225f96c 100644 --- a/src/main/java/world/bentobox/warps/Warp.java +++ b/src/main/java/world/bentobox/warps/Warp.java @@ -83,7 +83,7 @@ public class Warp extends Addon { // Save default config.yml this.saveDefaultConfig(); // Load the plugin's config - if (this.loadSettings()) { + if (this.loadSettings() && settings.isAllowInOtherWorlds()) { // Load the master warp and warps command new WarpCommand(this); new WarpsCommand(this);