ASkyBlock is no longer maintained and all development is now on BentoBox and BSkyBlock
ASkyBlock
A Skyblock Bukkit plugin for Minecraft.
This is a survival game where the player starts with an island in the sky.
Maven repos
If you wish to build against ASkyBlock, then you can use this in your pom.xml.
<repository>
  <id>codemc-repo</id>
  <url>https://repo.codemc.org/repository/maven-public</url>
</repository>
<dependency>
  <groupId>com.wasteofplastic</groupId>
  <artifactId>askyblock</artifactId>
  <version>3.0.9.4</version>
</dependency>