2.0
Compatibility
Required content
Changes
Waypoints — Added a complete waypoint manager with permanent, temporary, party, and event waypoints, custom colors, distance labels, tracers, beacons, waypoint groups, routes, clipboard import/export, coordinate sharing, and quick /sl w commands.
New Settings Menu — Added a redesigned menu with categories, expandable groups, global search, dropdowns, sliders, keybinds, themes, undo, reset, and save controls.
Party Improvements — Improved party tracking, dungeon class detection, Party HUD, party commands, downtime tracking, ping/TPS replies, and party waypoint sharing.
Tooltip Improvements — Added a new tooltip scrolling mode with smoother movement, horizontal scrolling, and better compatibility with modded screens.
Chat Improvements — Improved chat-copy confirmations, chat search, highlights, filters, duplicate message compaction, toasts, and chat history.
HUD Improvements — Improved Ping, TPS, and sprint widgets, along with snapping, scaling, transparency, previews, and interface themes.
Inventory Buttons — Added customizable inventory buttons with custom icons, names, tooltips, commands, positions, and sizes.
Extra Tools — Added command aliases, coordinate copying, calculator improvements.
Party Manager and Slayer Carry tools remain functional but are still under active development.
Optional dependencies
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:GyBNpAJu:PfokV405"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GyBNpAJu:PfokV405"
}


