Skip to content

Release Candidate 37 (git cde3a3f)

Latest
Compare
Choose a tag to compare
@TheBusyBot TheBusyBot released this 25 Feb 18:06
070d72f

💾 Download link

This release candidate of Slimefun4 can be downloaded here:
https://blob.build/project/Slimefun4/RC

❓ 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-37-25-feb-2024

📦 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-37</version>
  </dependency>
</dependencies>