Updated Paper-API to 1.13.2, minor edits to FastAsyncVoxelSniper

This commit is contained in:
IronApollo
2019-01-16 07:12:02 -05:00
parent 62e6e9de96
commit cd1d45b856
9 changed files with 334 additions and 1 deletions

View File

@ -10,7 +10,7 @@ repositories {
dependencies {
compile project(':worldedit-core')
compile 'com.sk89q:dummypermscompat:1.8'
compile 'com.destroystokyo.paper:paper-api:1.13-R0.1-SNAPSHOT'
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'