3.8
Compatibility
Required content
Changes
FishMod 3.8 — Changelog ✨ New Compact Tab opacity slider — adjust panel transparency from 0–100% in /fm → Chat/Misc → Compact Tab (right-click). Default 70%. 🛠️ Improved Cosmetic nicks (/nick) now work anywhere — see other FishMod users' custom names in DMs, party chat, guild chat, and from off-server players, not just people in your current tab list. Names are auto-discovered from chat and cached. True-color nick rendering — &#rrggbb hex codes in custom names now display correctly in places they were getting rendered as plain text. 🐛 Fixed Session Stats: "Time: -17s" — duration could briefly show negative when Mort's dungeon intro triggered while you were manually paused. Now clamped to ≥ 0. RemoteNicks cache no longer wipes itself every 30s — nicks for players who left your server (or were never in your tab) now persist correctly. 🧪 Behind the scenes Daily/Weekly/Monthly Challenges system fully built (Hypixel profile review, gap detection, leaderboard hologram in Hub, GUI screen with progress bars, ~165 named SkyBlock-XP missions). Currently disabled — needs a redesign before going live.
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:glXPWTyr:SS0kATLF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:glXPWTyr:SS0kATLF"
}

