RC-10
版本发布时间: 2020-06-18 19:33:25
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-10.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-10-28-mar-2020
📦 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-10</version>
</dependency>
</dependencies>