Added a Vault resolver to WEPIF. Means any Vault-enabled perm plugin will theoretically work with it
This commit is contained in:
committed by
IronApollo
parent
f3c633582e
commit
10484eb58b
@ -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)
|
||||
Reference in New Issue
Block a user