Remove ASkyBlock

ASkyBlock does only exist up to 1.12 and won't be continued to higher versions.
This commit is contained in:
NotMyFault
2019-11-27 23:50:32 +01:00
parent a44800659e
commit 1b2710f823
3 changed files with 0 additions and 58 deletions

View File

@ -65,7 +65,6 @@ dependencies {
"implementation"("com.palmergames.bukkit:towny:0.84.0.9") { isTransitive = false }
"implementation"("com.thevoxelbox.voxelsniper:voxelsniper:5.171.0") { isTransitive = false }
"implementation"("com.comphenix.protocol:ProtocolLib-API:4.4.0-SNAPSHOT") { isTransitive = false }
"implementation"("com.wasteofplastic:askyblock:3.0.8.2") { isTransitive = false }
}
tasks.named<Copy>("processResources") {