Jobs Cobb

Jobs for Cobblemon

File Details

jobs-cobb-1.2.jar

  • R
  • May 31, 2026
  • 493.92 KB
  • 1.4K
  • 1.21.1
  • Fabric

File Name

jobs-cobb-1.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:jobs-cobb-1547663:8175499"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

1.2

Added

  • Developer API: Added a comprehensive Java API (JobsCobbApi) to allow other mods to integrate with Jobs Cobb.
    • Fabric Events: Subscribe to ProfessionJoinCallback, ProfessionLeaveCallback, ProfessionLevelUpCallback, ObjectiveCompleteCallback, and ActionXpCallback to react to player progress and even modify/cancel XP gains.
    • Query System: New static methods to read player statistics (level, XP, completed objectives) and server configurations (available professions, max levels, localized names).
    • External Triggers: Other mods can now inject custom XP or simulate tracked actions (like an automatic miner breaking blocks) natively through the API.
  • Added a full API documentation file (API_DOCUMENTATION.md) in English with examples for developers.