Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 months ago
Updated 3 days ago
All versions
0.1.22
Release
Skysoft 0.1.224 days ago 843
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Skysoft 0.1.22
- Added Party Display, a movable HUD for your current SkyBlock party. It starts disabled.
- Shows rank-colored names, player heads, pending invites, and Diana lootshare or rare-mob-spawner checkmarks.
- Supports an optional background and Left, Center, or Right alignment.
- Inventory screen provdes confirmed Leave and Disband actions. Party leaders can also Promote to Leader or Kick members.
- Added Own Mob Alerts to Rare Mob Sharing for rare Diana mobs you spawn or cocoon.
- Improved Diana Burrow Helper.
- Added optional Beacon Beams with separate colors for Start, Mob, Treasure, and Guess burrows.
- Added optional Burrow Distance labels with configurable position, format, color, bold text, and close-range hiding.
- Added a Particle Quality check that can set Hypixel to Extreme. It also attempts automatic setup for existing Burrow Helper users.
- Improved detected burrows so they persist per SkyBlock profile between events and sessions.
- You can now clear saved burrows with
/skysoft clearburrows.
- Improved Diana Party Checkmarks to mark rare mob spawners in light purple.
- You can now set the Lobby Compromised Stranger Limit between 2 and 12.
- You can now disable Profit Tracker inactivity pausing.
Fixes
- Fixed FPS drops caused by Rarity Highlight and Hide Glitch Mobs.
- Fixed stutters while Diana burrows were detected, removed, or progressed.
- Fixed Diana Guess markers using arrows that did not come from the burrow just dug.
- Fixed clicked Diana Guess markers disappearing before Hypixel responded sometmes.
- Fixed nearby burrow interactions clearing the wrong marker or leaving Mob markers behind.
- Fixed !since lschim and other lootshare mob counters not updating.
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:TTWihmjT:5tWizolq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TTWihmjT:5tWizolq"
}



