RC-29
版本发布时间: 2021-11-07 20:57:26
Slimefun/Slimefun4最新发布版本:RC-37(2024-02-26 02:06:52)
💾 Download link
This release candidate of Slimefun4 can be downloaded here: https://thebusybiscuit.github.io/builds/TheBusyBiscuit/Slimefun4/stable/Slimefun4-29.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-29-07-nov-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-29</version>
</dependency>
</dependencies>