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
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, andActionXpCallbackto 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.
- Fabric Events: Subscribe to
- Added a full API documentation file (
API_DOCUMENTATION.md) in English with examples for developers.