Added a Vault resolver to WEPIF. Means any Vault-enabled perm plugin will theoretically work with it

This commit is contained in:
Matthew Miller
2018-11-18 15:58:15 +10:00
committed by IronApollo
parent f3c633582e
commit 10484eb58b
4 changed files with 124 additions and 4 deletions

View File

@ -13,7 +13,7 @@ dependencies {
compile 'com.destroystokyo.paper:paper-api:1.13.2-R0.1-SNAPSHOT'
compile 'org.spigotmc:spigot:1.13.2-R0.1-SNAPSHOT'
testCompile 'org.mockito:mockito-core:1.9.0-rc1'
compile 'net.milkbowl.vault:VaultAPI:1.5.6'
compile 'net.milkbowl.vault:VaultAPI:1.7'
compile 'com.massivecraft:factions:2.8.0'
compile 'com.drtshock:factions:1.6.9.5'
compile 'com.factionsone:FactionsOne:1.2.2'
@ -87,4 +87,4 @@ shadowJar {
build.dependsOn(shadowJar)
build.finalizedBy(copyFiles)
copyFiles.dependsOn(createPom)
copyFiles.dependsOn(createPom)