moved to vault unlocked

This commit is contained in:
alexcrea 2026-05-24 11:55:37 +02:00
parent d67380da1a
commit 2c3e43cb84
Signed by: alexcrea
GPG key ID: E346CD16413450E3

View file

@ -47,7 +47,7 @@ repositories {
} }
// For vault unlocked // For vault unlocked
maven { url = uri("https://jitpack.io") } maven { url = uri("https://repo.codemc.io/repository/creatorfromhell/") }
} }
val reobfNMS = providers.gradleProperty("subprojects.reobfnms") val reobfNMS = providers.gradleProperty("subprojects.reobfnms")
@ -107,7 +107,7 @@ dependencies {
compileOnly("dev.lone:api-itemsadder:4.0.10") compileOnly("dev.lone:api-itemsadder:4.0.10")
// Vault api // Vault api
compileOnly("com.github.MilkBowl:VaultAPI:1.7") compileOnly("net.milkbowl.vault:VaultUnlockedAPI:2.16")
// Include nms // Include nms
implementation(project(":nms:nms-common")) implementation(project(":nms:nms-common"))