diff --git a/README.md b/README.md
index deea8b73..77888a26 100644
--- a/README.md
+++ b/README.md
@@ -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.
+
+```
+
+ codemc-repo
+ https://repo.codemc.org/repository/maven-public
+
+
+
+ com.wasteofplastic
+ askyblock
+ 3.0.9.4
+
+```