fix AxPlayersWarps incompatibility

This commit is contained in:
alexcrea 2025-07-25 05:33:53 +02:00
parent 78ce6a8f42
commit f4aaeddb25
Signed by: alexcrea
GPG key ID: E346CD16413450E3
4 changed files with 37 additions and 2 deletions

View file

@ -26,7 +26,6 @@ val effectiveVersion = "$version" +
repositories {
// EcoEnchants
maven(url = "https://repo.auxilor.io/repository/maven-public/")
}
dependencies {
@ -61,6 +60,9 @@ dependencies {
// ToolStats
compileOnly(files("libs/toolstats-1.9.6-stripped.jar"))
// AxPlayerWarps
compileOnly(files("libs/AxPlayerWarps-1.10.3.jar"))
// Include nms
implementation(project(":nms:nms-common"))
implementation(project(":nms:v1_17R1", configuration = "reobf"))