diff --git a/api/pom.xml b/api/pom.xml
index fa907b1..40ccb42 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -7,7 +7,7 @@
org.codemc.worldguardwrapper
worldguardwrapper-parent
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
worldguardwrapper-api
diff --git a/implementation/legacy/pom.xml b/implementation/legacy/pom.xml
index ffbac0a..44ce270 100644
--- a/implementation/legacy/pom.xml
+++ b/implementation/legacy/pom.xml
@@ -7,7 +7,7 @@
org.codemc.worldguardwrapper
worldguardwrapper-implementation
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
worldguardwrapper-implementation-legacy
@@ -28,7 +28,7 @@
${project.groupId}
worldguardwrapper-api
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
provided
diff --git a/implementation/pom.xml b/implementation/pom.xml
index f83e855..498663e 100644
--- a/implementation/pom.xml
+++ b/implementation/pom.xml
@@ -7,7 +7,7 @@
org.codemc.worldguardwrapper
worldguardwrapper-parent
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
worldguardwrapper-implementation
@@ -17,7 +17,9 @@
legacy
v6
v7
+
WorldGuardWrapper-Implementation
diff --git a/implementation/v6/pom.xml b/implementation/v6/pom.xml
index e938f06..28c556e 100644
--- a/implementation/v6/pom.xml
+++ b/implementation/v6/pom.xml
@@ -7,7 +7,7 @@
org.codemc.worldguardwrapper
worldguardwrapper-implementation
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
worldguardwrapper-implementation-v6
@@ -28,7 +28,7 @@
${project.groupId}
worldguardwrapper-api
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
provided
diff --git a/implementation/v7/pom.xml b/implementation/v7/pom.xml
index de3012c..3ee1577 100644
--- a/implementation/v7/pom.xml
+++ b/implementation/v7/pom.xml
@@ -7,7 +7,7 @@
org.codemc.worldguardwrapper
worldguardwrapper-implementation
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
worldguardwrapper-implementation-v7
@@ -28,7 +28,7 @@
${project.groupId}
worldguardwrapper-api
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
provided
diff --git a/library/pom.xml b/library/pom.xml
index 95887ec..29e9e7f 100644
--- a/library/pom.xml
+++ b/library/pom.xml
@@ -7,7 +7,7 @@
org.codemc.worldguardwrapper
worldguardwrapper-parent
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
worldguardwrapper
@@ -18,28 +18,30 @@
${project.groupId}
worldguardwrapper-api
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
${project.groupId}
worldguardwrapper-implementation-legacy
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
${project.groupId}
worldguardwrapper-implementation-v6
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
${project.groupId}
worldguardwrapper-implementation-v7
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
+
diff --git a/library/src/main/java/org/codemc/worldguardwrapper/WorldGuardWrapper.java b/library/src/main/java/org/codemc/worldguardwrapper/WorldGuardWrapper.java
index bae2be2..6add1ae 100644
--- a/library/src/main/java/org/codemc/worldguardwrapper/WorldGuardWrapper.java
+++ b/library/src/main/java/org/codemc/worldguardwrapper/WorldGuardWrapper.java
@@ -46,6 +46,7 @@ public class WorldGuardWrapper implements IWorldGuardImplementation {
implementation = new org.codemc.worldguardwrapper.implementation.legacy.WorldGuardImplementation();
listener = new org.codemc.worldguardwrapper.implementation.legacy.event.EventListener();
} else {
+ /*
if (Bukkit.getPluginManager().isPluginEnabled("FastAsyncWorldEdit")) {
implementation = new org.codemc.worldguardwrapper.implementation.v7fawe.WorldGuardImplementation();
listener = new org.codemc.worldguardwrapper.implementation.v7fawe.event.EventListener();
@@ -53,6 +54,9 @@ public class WorldGuardWrapper implements IWorldGuardImplementation {
implementation = new org.codemc.worldguardwrapper.implementation.v7.WorldGuardImplementation();
listener = new org.codemc.worldguardwrapper.implementation.v7.event.EventListener();
}
+ */
+ implementation = new org.codemc.worldguardwrapper.implementation.v7.WorldGuardImplementation();
+ listener = new org.codemc.worldguardwrapper.implementation.v7.event.EventListener();
}
}
diff --git a/pom.xml b/pom.xml
index ae62f26..cc2815f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.codemc.worldguardwrapper
worldguardwrapper-parent
- 1.1.4-SNAPSHOT
+ 1.1.5-SNAPSHOT
pom
@@ -51,7 +51,7 @@
UTF-8
UTF-8
1.8
- 1.13.2-R0.1-SNAPSHOT
+ 1.14-R0.1-SNAPSHOT