CoreJobs

Six jobs, levels, prestige, farmpoints, and a monthly ranking. Every number, icon, menu slot, and message is a config key, so the plugin ends up looking like your server rather than like a plugin.

Get CoreJobs Install CoreJobs Browse the jobs

Spigot
Paper
1.18 to 26.x
Java 17
Vault optional

New here? Start with Installation, then walk the First Run checklist.

What it does

Six jobs out of the box

Miner, lumberjack, hunter, farmer, fisherman, and enchanter. Each one has its own trigger, block or mob list, money formula, and xp curve.

Jobs
Levels and prestige

Levels up to 100 by default, and a prestige loop that resets a job to level 1 for better pay and a slower climb.

Levels & Prestige
Head-grid menus

/jobs opens a grid of job icons. Each job has a hub with a leaderboard, an earnings list, prestige, and a tier page.

Menus
Farmpoints

A second currency that drops from blocks, spends in the shop, and feeds the monthly ranking.

Farmpoints
Drop tables

Per-material chance rolls that hand out items, run commands, or drop farmpoints.

Drops
Monthly ranking

The top farmpoint earners get posted to Discord, claim their rewards in game, and the ranking resets.

Ranking

Quick facts

Thing Value
Server software Spigot or Paper
Minecraft versions 1.18, 1.19, 1.20, 1.21, and the 26.x releases
Java 17 or newer
Hard dependencies None
Soft dependencies Vault, PlaceholderAPI, ItemsAdder
Storage SQLite (default) or MySQL
Languages bundled English, French, Spanish
Vault is optional

Without Vault and an economy plugin, jobs still award xp, farmpoints, and drops. Only the money payout switches off, and the console says so on startup.

Where to buy

Same plugin and same updates on all three stores, pick whichever one you already have an account on.

PixelEast (recommended)

The store we push updates to first, and the one to use if you have no preference.

PixelEast
SpigotMC

The resource page on Spigot, tied to your Spigot account.

SpigotMC
BuiltByBit

The BuiltByBit listing, for anyone who buys their plugins there.

BuiltByBit

Set up in three steps

  1. Drop in the jar
    Put the jar in plugins/ and start the server. See Installation.

  2. Price the jobs
    Open jobs.yml and set the money and xp values for the six jobs. See jobs.yml.

  3. Point the ranking at Discord
    Paste a webhook URL into config.yml so the monthly top list posts itself. See Monthly Ranking.

Where to go next

Config walkthrough

Every key in config.yml, grouped and explained.

config.yml
Commands and permissions

Player commands, admin commands, and the permission nodes behind them.

Commands
Something not working

The short list of things that go wrong, and what to check first.

Troubleshooting
Writing your own hook

The events another plugin listens to so a rank, a set, or a pet can add its own job bonus.

Developer API