diff --git a/Bukkit/build.gradle b/Bukkit/build.gradle
index fa23da2ff..61842d3ce 100644
--- a/Bukkit/build.gradle
+++ b/Bukkit/build.gradle
@@ -42,7 +42,7 @@ dependencies {
implementation("net.alpenblock:BungeePerms:4.0-dev-106")
compile("se.hyperver.hyperverse:Core:0.6.0-SNAPSHOT"){ transitive = false }
compile('com.sk89q:squirrelid:1.0.0-SNAPSHOT'){ transitive = false }
- compile('be.maximvdw:MVdWPlaceholderAPI:2.1.1-SNAPSHOT'){ transitive = false }
+ compile('be.maximvdw:MVdWPlaceholderAPI:3.1.1-SNAPSHOT'){ transitive = false }
}
sourceCompatibility = 1.8
diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml
index cde998b9a..c70676567 100644
--- a/Bukkit/pom.xml
+++ b/Bukkit/pom.xml
@@ -45,7 +45,7 @@
io.papermc
paperlib
- 1.0.2
+ 1.0.4
compile
@@ -84,6 +84,18 @@
+
+ be.maximvdw
+ MVdWPlaceholderAPI
+ 3.1.1-SNAPSHOT
+ compile
+
+
+ *
+ *
+
+
+
com.sk89q.worldedit
worldedit-core