Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Poslovitch committed Jul 27, 2018
2 parents 9c41ceb + b33c9f7 commit b1773e7
Show file tree
Hide file tree
Showing 2 changed files with 578 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,30 @@ File bug and feature requests here: https://github.com/tastybento/bskyblock/issu
Note for developers
===================
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.

Development Builds
==================
Jenkins: https://ci.codemc.org/job/Tastybento/job/bskyblock/

API
===
Maven dependency:
```xml
<repositories>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>us.tastybento</groupId>
<artifactId>bskyblock</artifactId>
<version>FC-0.74</version>
<scope>provided</scope>
</dependency>
</dependencies>
```

You can find the javadoc here: https://ci.codemc.org/job/Tastybento/job/bskyblock/javadoc/
Loading

0 comments on commit b1773e7

Please sign in to comment.