Download Latest Version Release Candidate 37 (git cde3a3f) source code.zip (1.7 MB)
Email in envelope

Get an email when there's a new version of Slimefun 4

Home / RC-34
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-06-20 1.3 kB
Release Candidate 34 (git 0830fc6) source code.tar.gz 2023-06-20 908.8 kB
Release Candidate 34 (git 0830fc6) source code.zip 2023-06-20 1.6 MB
Totals: 3 Items   2.5 MB 0

This release candidate of Slimefun4 can be downloaded here: https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/Slimefun4-34.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-34-20-jun-2023

📦 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:

:::xml
<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-34</version>
  </dependency>
</dependencies>
Source: README.md, updated 2023-06-20