Skip to content

Release Candidate 2 (git 4bb9a)

Compare
Choose a tag to compare
@TheBusyBiscuit TheBusyBiscuit released this 18 Jun 11:07
· 6998 commits to master since this release

💾 Download link

This release candidate of Slimefun4 can be downloaded here:
https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/Slimefun4-2.jar

❓ How to install Slimefun

If you need help installing Slimefun, check out the wiki article on How to install Slimefun.
Note that this version of Slimefun requires you to install CS-CoreLib in order to function properly

📝 Change log

You can find a short summary of all the changes that are included in this release right here:
https://github.com/TheBusyBiscuit/Slimefun4/blob/master/CHANGELOG.md#release-candidate-2-29-sep-2019

📦 Maven dependency reference

If you want to develop an addon for Slimefun (Developer Reference), then you can build your project against this specific version of Slimefun using the following pom.xml dependency:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

<dependencies>
  <dependency>
    <groupId>com.github.TheBusyBiscuit</groupId>
    <artifactId>Slimefun4</artifactId>
    <version>RC-2</version>
  </dependency>
</dependencies>