Links
Tags
Creators
Details
Licensed LGPL-2.1-only
Published 2 years ago
Updated 4 days ago
All versions
2.7.2
Beta
SkyblockCollectionTracker 2.7.24 days ago 350
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's New
- Added a new config option for sending the timer/stopwatch times in party chat. (#36)
- Implemented a new milestone system for collections and skills, with separate overlays and chat, title and sound notifications when completed. (#32)
- Added support for the Fiesta Flask consumable.
- Added support for timber stat in the Foraging Stats Overlay.
- Added an option to include wiped profiles in leaderboards. (#30)
- Added support for displaying the previous leaderboard position for collections and skills. (#29)
Improvements
- Removed AFK detection from skill tracking.
- Added a toggle to cycle stats for multi-tracking when opening the chat.
- Added colored outlines to the skill tracker overlay and when tracking gemstones.
- Added
last updateline to collection multi-tracking. - Added a new custom screen for setting custom leaderboard positions via
/sct leaderboard. - Removed customGoalAmount/customGoalPosition logic and commands.
- Made most commands unavailable outside Skyblock.
- Merged collection and skill tracking commands and added tracker type to the stop/pause/resume/restart commands.
- Shortened rotating perks' buff names.
- Implemented rate decay for collection tracking and summaries. (#35)
- Optimized heatmap rendering and added support for mineshafts.
- Fixed the mining fortune label not updating correctly in the overlay.
- Removed the original ability formatting, keeping Coleweight's formatting as the default.
- Improved overlay rendering.
- Removed the automatic disabling of overlays that require tab data when tab data is unavailable.
- Added a "Too low" rank indicator for players outside the leaderboard.
- Improved CotM/CotF, professional and strong arm level detection from the HotM/HotF menus.
- Renamed Powder Pumpkin to Powder Pie.
- Made all API requests asynchronous to avoid blocking the main thread.
Bug Fixes
- Fixed
Extra Statsonly appearing when opening the chat. - Fixed clearing the collection leaderboard when stopping skill tracking.
- Fixed perk unlocked message being sent when resetting HotM/HotF.
- Fixed skill tracking not displaying the previous leaderboard player and custom player position.
- Fixed Sky Mall/Lottery/Beekeeper times always showing "Soon" until the next update in some cases.
- Fixed collections not being colored in summaries.
- Fixed gemstones not being trackable via
/sct track gemstoneand allowed multi-tracking individual gemstones. - Fixed cooldown reduction from Sky Mall persisting after changing loadouts.
Please report any issues with the mod here
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:iYI2Iw6k:jI7nGwow"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iYI2Iw6k:jI7nGwow"
}


