Tags
Creators
Details
1.0.1
Compatibility
Changes
Isles+ | v1.0.1
A fix release. The main one: Isles+ silently stopped working on the lettered servers (IslesP02, IslesG02), so
plushies, inventory search, boss timers and the rest were off there. That is fixed, along with a
batch of HUD and menu fixes.
Use /ip to open the menu.
🏝️ Server Detection
- Lettered servers - Isles+ now works on IslesP02, IslesG02 and any future name. It no longer guesses from the server's name, so a rename can never switch the mod off again
- Late sidebar - a slow join used to leave every feature off for the whole session. It keeps looking now instead of giving up after 3 seconds
- Hub - correctly recognized as the hub, so Isles features stay off there
- Rifts - a rift is read from the server line only, so a party member or a stat line mentioning a dungeon cannot switch you into rift mode. Leaving a rift no longer needs a relog
- Welcome message - shows once per visit again
⚙️ QOL
- Cosmetics Hall - new
/cosmeticshallhotkey - Super Jump - dash and jump now fire together properly, and a quick tap is no longer dropped
🛠️ Fixes
- Rank Badge - sits above the scoreboard again instead of overlapping it
- Rank HUD - text is one fixed size, so the block no longer jumps as the countdown changes
- Rank HUD - next-rank and timer text always stays on screen
- Title Screen - Mod Menu's button is restyled to match, and the vanilla buttons are found again
- Menu - buttons no longer stay drawn pressed after the mouse is released
- Menu - dropdowns slide back on screen when they fit neither below nor above
- Keybinds - key chips no longer overflow their row
Isles+ v1.0.1
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:V2xkPl5M:eHbOoq7G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V2xkPl5M:eHbOoq7G"
}

