We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3bddc commit dbbf762Copy full SHA for dbbf762
bukkit/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
compileOnly 'com.github.DevLeoko:AdvancedBan:b4bbb6a'
34
compileOnly 'me.clip:placeholderapi:2.9.2'
35
compileOnly urlFile("https://github.com/Zrips/CMI-API/releases/download/8.7.8.2/CMIAPI8.7.8.2.jar", "CMI-API")
36
- compileOnly urlFile("https://api.spiget.org/v2/resources/35065/download", "AFKPLUS-API")
+ compileOnly 'net.lapismc:AFKPlus:3.3.13'
37
implementation project(":core")
38
compileOnly('com.discordsrv:discordsrv:1.24.0') {
39
exclude group: 'net.kyori'
0 commit comments