All versions
1.1
Release
Jobs Cobb 1.1last month 11
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
1.1
Added
- Added
/jobsadmin boost <multiplier>command for admins to run server-wide XP events. - Added
/jobsadmin reloadcommand to hot-reload the configuration. - Added
/job actionscommand for players to view the list of passive actions and their base XP for a specific job through an interactive chat menu. - Added translation support for all passive action names to ensure they are properly localized in the
/job actionsmenu. - Added automatic tracking for
enter_biomepassive objective (triggers when discovering/entering a new biome). - Added automatic tracking for
explore_distancepassive objective (triggers every 1000 blocks walked/traveled without teleporting). - Added Smart Config Merger: New objectives and XP rules from the mod's default configuration are now safely merged into existing user configurations without wiping custom changes.
Changed
- Improved the Jobs Menu UI scaling: The interface now intelligently scales down on large resolutions or high GUI Scale settings to remain compact, readable, and prevent elements from overflowing.
- Updated the interactive
/job actionsmenu to properly fetch and display custom configured block names and translated action names.
Fixed
- Fixed the daily anti-abuse XP cap not visually resetting in the menu until the player earned new XP. It now instantly resets at midnight upon opening the menu.
- Fixed translation keys in the main tab to correctly display "Métiers".
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:YZhxwUU7:hECFwLbS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YZhxwUU7:hECFwLbS"
}

