Skip to content

Commit

Permalink
Added updated Maven repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed May 12, 2021
1 parent a313a35 commit 8ab7573
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
# ASkyBlock is no longer maintained and all development is now on BentoBox and BSkyBlock
See https://bentobox.world

ASkyBlock
==========
# 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>
```

0 comments on commit 8ab7573

Please sign in to comment.