promotional bannermobile promotional banner

The Jobs Mod

Jobs Mod lets admins create custom jobs and assign them to players. Each job grants passive effects and item enchantments. Includes job creation, deletion, player assignment, and persistent data storage. Perfect for RPG servers.

File Details

The Jobs Mod-1.0.1

  • R
  • Jan 18, 2026
  • 41.59 KB
  • 198
  • 1.20.1
  • Forge

File Name

the_jobs_mod-1.0.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:the-jobs-mod-1431569:7479969")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Changelog

## 1.0.1 — 2026-01-18

- Added: Admin `/job` commands.
    - `create`, `delete`, `assign`, `strip` for managing jobs.
    - `config effect <effect> <level>` to add passive effects via command.
    - `config enchant <item> <enchant> <level>` to add job-based enchantments.
    - `config debuff effect <effect> <level>` and `config debuff hearts <count>` for debuffs (effects and permanent hearts).
- Added: Passive quest system for jobs.
    - `config quest passive defeat <entity> <count>` to add defeat quests.
    - `config reward passive item/effect` to set quest rewards.
- Added: Player-usable custom job commands with costs and cooldowns.
    - `config commands create <cmdname> effect|give ...` to create commands.
    - `config commands cooldown <cmdname> <ticks>`.
    - `config commands cost life|hearts temporary|permanent|items ...`.
- Dev: Build now auto-launches the client after success (`build.finalizedBy('runClient')`).

## 1.0.0
- Initial release.