hook to vault economy api

This commit is contained in:
alexcrea 2026-05-23 16:49:14 +02:00
parent bf926fb159
commit b18cf1fd59
Signed by: alexcrea
GPG key ID: E346CD16413450E3
3 changed files with 42 additions and 2 deletions

View file

@ -40,11 +40,14 @@ repositories {
// ItemsAdder
maven(url = "https://maven.devs.beer/")
// for fast stats
// For fast stats
maven {
name = "thenextlvlReleases"
url = uri("https://repo.thenextlvl.net/releases")
}
// For vault unlocked
maven { url = uri("https://jitpack.io") }
}
val reobfNMS = providers.gradleProperty("subprojects.reobfnms")
@ -103,6 +106,9 @@ dependencies {
// ItemsAdder API
compileOnly("dev.lone:api-itemsadder:4.0.10")
// Vault api
compileOnly("com.github.MilkBowl:VaultAPI:1.7")
// Include nms
implementation(project(":nms:nms-common"))
implementation(project(":nms:nms-paper"))