diff --git a/build.gradle b/build.gradle index 1bb1ef6eb..4d5716a36 100644 --- a/build.gradle +++ b/build.gradle @@ -77,6 +77,7 @@ shadowJar dependencies { include(dependency('org.zeroturnaround:zt-zip:1.14')) include(dependency('com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2')) + include(dependency('io.papermc:paperlib:1.0.5')) } } @@ -86,7 +87,7 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.20' annotationProcessor 'org.projectlombok:lombok:1.18.20' implementation 'org.zeroturnaround:zt-zip:1.14' - implementation 'net.pl3x.purpur:purpur-api:1.17.1-R0.1-SNAPSHOT' + implementation 'io.papermc:paperlib:1.0.5' implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2' implementation 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' implementation 'org.bukkit.craftbukkit:1.17:1.17'