Tags
Creators
Details
All versions
2700
Release
SlimefunCore 4.0-UNOFFICIAL2 months ago 534
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
SlimefunCore4 Changelog
New Features & Improvements
Cargo Grid Monitor System (new)
- Added a new Cargo Grid Monitor GUI for Cargo Manager.
- Added item categories for easier browsing.
- Added search support for item names, materials, and Slimefun IDs.

Automatic Server Version Detection
- Added automatic Minecraft server version detection.
- Improved compatibility checks for supported server versions.
- Reduced manual setup required for server owners.
Automatic Compatible Slimefun Updates
- Improved Modrinth update checking.
- Added compatible-build selection based on server version.
- Added safer update validation before installing builds.
- Added cache fallback so startup stays safe if the API is unavailable.
Improved Console Logging
- Added clear loading steps for services, items, resources, addons, tasks, and integrations.
- Improved startup diagnostics while keeping warnings/errors safe and visible.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Fz9hstnG:DKu2sajC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Fz9hstnG:DKu2sajC"
}

