From f9fdbf3a2e1b23d3a495aa81327b01fd183f4d30 Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 20 Mar 2025 10:56:28 -0700 Subject: [PATCH] Add vault API as a dependency --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index b9ac575..a21e35f 100644 --- a/build.gradle +++ b/build.gradle @@ -52,6 +52,7 @@ repositories { } } + maven { url 'https://jitpack.io' } maven { name 'minecraft' url 'https://libraries.minecraft.net' @@ -64,6 +65,8 @@ repositories { } dependencies { + + compileOnly "com.github.MilkBowl:VaultAPI:1.7" compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.2' implementation 'io.papermc:paperlib:1.0.8'