diff --git a/Bukkit/build.gradle b/Bukkit/build.gradle
index 61ae5e54f..1036e1089 100644
--- a/Bukkit/build.gradle
+++ b/Bukkit/build.gradle
@@ -23,7 +23,6 @@ dependencies {
compile("org.bstats:bstats-bukkit:1.7")
compile(project(":PlotSquared-Core"))
compile("com.destroystokyo.paper:paper-api:1.16.1-R0.1-SNAPSHOT")
- //implementation 'com.onarandombox.multiversecore:Multiverse-Core:3.0.0-SNAPSHOT'
implementation("org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT")
compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.1.0") {
exclude(module: "bukkit")
@@ -36,7 +35,9 @@ dependencies {
}
implementation("me.clip:placeholderapi:2.10.6")
implementation("net.luckperms:api:5.1")
- implementation("net.ess3:EssentialsX:2.17.2")
+ implementation("net.ess3:EssentialsX:2.17.2") {
+ exclude(group: "io.papermc", module: "paperlib")
+ }
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 }
diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml
index b83fa3070..13e2e6fcf 100644
--- a/Bukkit/pom.xml
+++ b/Bukkit/pom.xml
@@ -163,6 +163,12 @@
EssentialsX
2.17.2
runtime
+
+
+ paperlib
+ io.papermc
+
+
net.alpenblock