Port LibsDisguises module over to 2.0

This commit is contained in:
2026-05-19 12:43:05 -04:00
parent 27a283b2a2
commit a14ac9a81b
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ dependencies {
compileOnly("org.projectlombok:lombok:1.18.46")
annotationProcessor("org.projectlombok:lombok:1.18.46")
compileOnly("io.papermc.paper:paper-api:26.1.2.build.+")
compileOnly("dev.plex:server:2.0-SNAPSHOT")
compileOnly("dev.plex:api:2.0-SNAPSHOT")
implementation("me.libraryaddict.disguises:libsdisguises:11.0.18")
compileOnly("com.github.retrooper:packetevents-spigot:2.12.1")
}