Skip to content

Release Candidate 20 (git da686)

Compare
Choose a tag to compare
@TheBusyBiscuit TheBusyBiscuit released this 30 Jan 12:12
· 2473 commits to master since this release
b4d1894

💾 Download link

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

❓ How to install Slimefun

Simply drag & drop the Slimefun4 jar file into the /plugins/ directory of your server.
If you need any help installing Slimefun, feel free to check out our wiki article on How to install Slimefun.

📝 Change log

You can find a short summary of all the changes that are included in this release right here:
https://github.com/Slimefun/Slimefun4/blob/master/CHANGELOG.md#release-candidate-20-30-jan-2021

📦 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.Slimefun</groupId>
    <artifactId>Slimefun4</artifactId>
    <version>RC-20</version>
  </dependency>
</dependencies>