-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a313a35
commit 8ab7573
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
``` |