Skip to content

Commit b1773e7

Browse files
committed
Merge branch 'master' into develop
2 parents 9c41ceb + b33c9f7 commit b1773e7

File tree

2 files changed

+578
-0
lines changed

2 files changed

+578
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,30 @@ File bug and feature requests here: https://github.com/tastybento/bskyblock/issu
3232
Note for developers
3333
===================
3434
This is an actively developed project but we are not currently accepting Pull Requests from non-collaborators. Once we have finished the main development, we'll be open to PR's.
35+
36+
Development Builds
37+
==================
38+
Jenkins: https://ci.codemc.org/job/Tastybento/job/bskyblock/
39+
40+
API
41+
===
42+
Maven dependency:
43+
```xml
44+
<repositories>
45+
<repository>
46+
<id>codemc-repo</id>
47+
<url>https://repo.codemc.org/repository/maven-public/</url>
48+
</repository>
49+
</repositories>
50+
51+
<dependencies>
52+
<dependency>
53+
<groupId>us.tastybento</groupId>
54+
<artifactId>bskyblock</artifactId>
55+
<version>FC-0.74</version>
56+
<scope>provided</scope>
57+
</dependency>
58+
</dependencies>
59+
```
60+
61+
You can find the javadoc here: https://ci.codemc.org/job/Tastybento/job/bskyblock/javadoc/

0 commit comments

Comments
 (0)