Use Vault Economy API for winner money rewards instead of eco console commands
Build / build (push) Successful in 1m16s

This commit is contained in:
Michael Burgess
2026-08-07 09:32:24 -04:00
parent 86f118f9e6
commit 3a87afd3c8
7 changed files with 123 additions and 8 deletions
+4
View File
@@ -16,11 +16,15 @@ repositories {
mavenCentral()
maven { url = 'https://repo.papermc.io/repository/maven-public/' }
maven { url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
maven { url = 'https://jitpack.io' }
}
dependencies {
compileOnly 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
compileOnly 'me.clip:placeholderapi:2.11.6'
compileOnly('com.github.MilkBowl:VaultAPI:1.7') {
exclude group: 'org.bukkit', module: 'bukkit'
}
implementation 'org.xerial:sqlite-jdbc:3.47.1.0'
implementation 'com.mysql:mysql-connector-j:9.1.0'