This commit is contained in:
Telesphoreo 2022-04-12 16:41:35 -05:00
parent 4a26796e68
commit 45236ae3fa
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ dependencies {
annotationProcessor("org.projectlombok:lombok:1.18.22")
compileOnly("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
compileOnly("dev.plex:Plex:1.0.1-SNAPSHOT")
compileOnly("me.totalfreedom:bukkittelnet:4.8") {
compileOnly("me.totalfreedom:BukkitTelnet:4.8") {
exclude("org.spigotmc", "spigot-api")
}
}