MC Jobs
Welcome to MC Jobs
MC Jobs was created to pick up where jobs left off. These jobs earn you money for your server economy. There are 20 default jobs that are customizable along with the ability to create your own custom jobs.

ANNOUNCEMENTS Updated 10/2019
Hello guys,
several years have passed since the last update here. But now i will be change it. Me , Bl4ckSkull666 ( old name Papaharni or Papi too ), work now on the plugin to update it to the newest version of minecraft.
What's currently done? I added 2 new job groups. reworked few job groups.Reworked the jobs. Moved Database from old cache system to read friendly yaml/mysql support. Added Multilanguage support. That mean you can translate language file in multiple language and let your user select the language. You set default language in configuration, but the user can change it to a available language for him self.
Hmmm okay, whats new too? You can, currently only manual in the job files add a region and message that the player displayed on enter this region. The message can be a string with | for new line. Or use spigot message, if you use a spigot server, In Spigotr message u can build buttons and much more. And new is the NPC message, the message is same like on region, but it can be different messages. It can be activate on click the npc. To work set a sign with [mcjobs] in line 1 and in line 3 the jobnname below till 7 blocks on the npc. Users can now click it to see the message. Other one is the free Signs. For Description please read THIS
If you have a question, need help or will be report a error. please use the Discussion Thread ONLY . Thank you!
Sincerely,
Bl4ckSkull666
B,t,w, please use the new GitHub source ---> https://github.com/Bl4ckSkull666/McJobs/
ANNOUNCEMENTS Updated 04/2015
So another year somehow has slipped by without being able to work on this project. So I have added PapaHarni to help keep the project going. Hopefully he can quickly get the codebase up to the latest Bukkit release. Welcome Papi.
![]()
I have also decided to release source on Github. If you want to fork or view the source feel free: https://github.com/RathelmMC/MC-Jobs
MC Jobs has been spotlighted by Curse gaming. Read the article here. Show your support for MC Jobs by commenting on the article.
What's New in 3.1
- Cleaned up leveling system.
- Added carpenter job.
- Added a considerable number of nodes to the english.yml file.
- Split the config.yml. Created a jobs.yml to hold the jobs.
- Lots of bug fixes.
- Danish language file - v3.1.2
What's New in 3.0
- Added leveling. You can now level in jobs and your pay scale is affected accordingly.
- Admin defined ranking system to leveling in the config.yml file.
- Group based max jobs. Use your permission groups to define how many jobs a player can have.
- Swedish language file.
Requirements
There are no hard dependencies. MC Jobs can work out of the gate unchanged.
If you want to pay in money you need an economy bridge!
Register 1.6 or higher or Vault 1.2.13 or higher are needed.
Description
You have developed great shops with a shop mod or you use citizens as NPC shopkeepers, you have a repair shop, or you have a block protection system that uses an economy. But that begs the question "How do you pay your players?" Well you could just give them money, but what fun is that? That's where MC Jobs comes in. It's a full fledged player job mod where you choose how much they get paid and for what activities and they can earn money by doing those tasks. It's fully customizable by server admins, but for those of you that just wish to plug and play it has 20 built in jobs that covers about 90% of the blocks and entities in the game. Remember:
If you need cash get a job!
Features
- Ability to join or leave jobs
- Obtain higher levels in jobs to earn more.
- Charge or pay players for doing actions on the server by default. You want TNT to cost to use. You can! It's in Taxes.
- Earn XP through jobs by default.
- Earn money through jobs using any of the economy plugins
- Ability to edit, create or delete jobs in the config.yml file
- Multi World support
- WorldGuard region support
- Utilizes craftbukkit's built in Materials List
- Uses craftbukkit's built in Entity Type List
- Uses custom Potion List
- Uses custom Enchant List
Commands
/mcjobs = Allows all the user commands such as joining and leaving a job. /jobs = Alias of /mcjobs /mcjobsadmin = Allows the administrative commands. Reloads the addon or gives/takes a specific job from an online player or group if using Vault. Options are: reload, defaults, add player/group job, remove player/group job, list player/group. /jadm = Alias of /mcjobsadmin
Instructions
Installing is simple. Copy mcjobs.jar into your worlds plugin folder and restart or reload your server. Players can then join up to three jobs (modifiable in config.yml). To join use /jobs join job_name . The default jobs are:
- alchemist
- armorer
- baker
- brewer
- builder
- carpenter
- conjurer
- digger
- enchanter
- farmer
- fisherman
- hunter
- miner
- soldier
- theurgist
- tinkerer
- toolmaker
- weaponsmith
- woodsman
- bulldozer - default job
- taxes - default job
You can then leave a job with /jobs leave job_name . To learn more about each job type /jobs job_name . Feel free to check out the forums for more info!
Permissions
- mcjobs.jobs.all:
- description: Allows the player to use all user jobs commands.
- default: false
- children:
- mcjobs.jobs.join: true
- mcjobs.jobs.leave: true
- mcjobs.jobs.list: true
- mcjobs.jobs.info: true
- mcjobs.admin:
- description: Allows the use of the /jadm command.
- default: op
- mcjobs.admin.leavedefault:
- description: Allows a player to leave a default job.
- default: op
- mcjobs.admin.defaults:
- description: Allows the use of /jadm defaults to restore config.yml.
- default: op
- mcjobs.jobs.join:
- description: Allows player to join jobs.
- default: false
- mcjobs.jobs.leave:
- description: Allows player to leave a job. Should be used in conjunction with join.
- default: false
- mcjobs.jobs.list:
- description: Allows the player to use /mcjobs list.
- default: false
- mcjobs.jobs.info:
- description: Allows player to use /mcjobs job_name for info.
- default: false
- mcjobs.jobsavail.all:
- description: Allows the player to join all jobs.
- default: false
- children:
- mcjobs.jobsavail.digger: true
- mcjobs.jobsavail.miner: true
- mcjobs.jobsavail.builder: true
- mcjobs.jobsavail.soldier: true
- mcjobs.jobsavail.woodsman: true
- mcjobs.jobsavail.tinkerer: true
- mcjobs.jobsavail.farmer: true
- mcjobs.jobsavail.toolmaker: true
- mcjobs.jobsavail.weaponsmith: true
- mcjobs.jobsavail.armorer: true
- mcjobs.jobsavail.fisherman: true
- mcjobs.jobsavail.baker: true
- mcjobs.jobsavail.alchemist: true
- mcjobs.jobsavail.enchanter: true
- mcjobs.jobsavail.brewer: true
- mcjobs.jobsavail.theurgist: true
- mcjobs.jobsavail.conjurer: true
- mcjobs.jobsavail.carpenter: true
- mcjobs.world.all:
- description: Allows the player to earn money and xp in all worlds.
- default: false
- mcjobs.paycreative:
- description: Pays a player even if they are in creative mode.
- default: false
Help
GitHub
https://github.com/RathelmMC/MC-Jobs
Download
Download here the last version of McJobs.
Wall of Servers
You use McJobs on your server/network? PM me ( Bl4ckSkull666 ) with the URL of your server to add it here :-)
Donations ( old )
If you're feeling generous or want to give me a beer. Mmmm... Beer.
Total Money Donated to MC Jobs: $49.50 US
Approximate Downloads: 120,000
Dollars per Download: $0.0004125

-
View User Profile
-
Send Message
Posted Feb 7, 2013PLEASE UPDATE TO 1.4.7!!!
-
View User Profile
-
Send Message
Posted Feb 5, 2013@BlueBerryWizard
You do realize this plugin hasn't been updated in over 5 months? I wouldn't hold out much hope.
-
View User Profile
-
Send Message
Posted Feb 5, 2013Am I just being dumb?
The server I admin uses bpermissions, logblock, vault, BOSEconomy and mulitverse.
Now i installed it and it's default settings (perms to false, mulit world to false) worked perfectly, but when i switch the perms option to true I loose all use of the commands, even with the correct perms in the perm file. Now we have four worlds and I was only putting the perms in the one worlds per files.
Do they need to be in all the worlds perm files with only the world i want it used on signified with the mcjobs.world.worldname perm?
*edit*
yup, even if it's only on one world, you have to put the perms in every worlds perm file
-
View User Profile
-
Send Message
Posted Feb 4, 2013When will the farmer job have carrots & potatoes supported?
-
View User Profile
-
Send Message
Posted Feb 3, 2013@ursak
Option to disable it is where? Couldn't see it in the config or the other files. Unless I'm just blind.
-
View User Profile
-
Send Message
Posted Feb 3, 2013is it possible to put a limit on earnings in the day?
-
View User Profile
-
Send Message
Posted Feb 3, 2013@Lightning97
You can deactivate it for creative mode. Perhaps that is enough?
-
View User Profile
-
Send Message
Posted Feb 3, 2013I have Multiverse and run a Freebuild and PvP World.
I want to disable jobs in the Freebuild world as it's easily exploitable, Is that possible?
-
View User Profile
-
Send Message
Posted Feb 2, 2013One more problem. The message saying i get paid will pop up but when i check my in game balance it doesn't increase
-
View User Profile
-
Send Message
Posted Feb 2, 2013I am having two problems first one is this error keeps popping up
18:28:19 [SEVERE] Exception in thread "pool-1-thread-1155" 18:28:19 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin mcjobs v3.1 .8 generated an exception while executing task 1232 at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftAsyncTask.run(CraftAsyn cTask.java:56) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source ) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.dmgkz.mcjobs.playerjobs.pay.PayMoney.makeEconomyCall(PayMoney.jav a:267) at com.dmgkz.mcjobs.scheduler.McJobsComp.run(McJobsComp.java:104) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java :53) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftAsyncTask.run(CraftAsyn cTask.java:53) ... 3 more
Second problem is in my jobs i have base pay set at 5 but when i do something for the job i am only being paid .75
-
View User Profile
-
Send Message
Posted Feb 1, 2013Also, I found this plugin works perfectly on a 1.4.7 server. Just a tip for some guys :)
-
View User Profile
-
Send Message
Posted Feb 1, 2013I am having a problem, I was thinking the 'pay_scale' was a bit too high for leveling. But when I changed it from '1' to '0.175' and re-ran the server. It told me the config was out of date and needed updating. Would there be any method of fixing this?
-
View User Profile
-
Send Message
Posted Jan 31, 2013Hopefully this gets a nice little update soon
Error:
09:59:54 [SEVERE] Exception in thread "pool-1-thread-14" 09:59:54 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin mcjobs v3.1.8 generated an exception while executing task 415
at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.NullPointerException at com.dmgkz.mcjobs.playerjobs.pay.PayMoney.makeEconomyCall(PayMoney.java:267) at com.dmgkz.mcjobs.scheduler.McJobsComp.run(McJobsComp.java:104) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftTask.run(CraftTask.java:53) at org.bukkit.craftbukkit.v1_4_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ... 3 more
-
View User Profile
-
Send Message
Posted Jan 30, 2013Thanks I finally found the permissions nodes!!
-
View User Profile
-
Send Message
Posted Jan 30, 2013Getting random blank server messages from this. Anyone else seeing this? Or know what would be causing it to spam these random empty messages?
-
View User Profile
-
Send Message
Posted Jan 30, 2013I got a problem..
when im not in the job, and i check the job info i get the right basepay amount.
when i join the job and get the jobs info it shows me a very small basepay amount. and i get paid very little. for example. i set digger to 5 as basepay, and when i join it says .25 basepay.
i tried with a fresh config and jobs file..
how can i fix this?
-
View User Profile
-
Send Message
Posted Jan 30, 2013Hey i've ideas for jobs 1) explorer: you must go trough the world and "paint" maps 2) saleman: you bring an item (or money) from player A to Player B and get %10 of the items you took 3) cmd-help: you help new guys on the server with problems and then they can give you free gifts 4) bounty hunter: a player tell you to kill a other player and makes you an offer
An option to give you a fishing rod as fisher or an stonespade as digger and so on...
-
View User Profile
-
Send Message
Posted Jan 29, 2013@zaino60
3.1.8 works for 1.4.7
-
View User Profile
-
Send Message
Posted Jan 29, 2013Will this work for PvP Servers and which one do i download?
-
View User Profile
-
Send Message
Posted Jan 26, 2013Please, oh please, oh please, let us get a 1.4.7. :[ I'm holding back my whole server for your plugin, cuz it's just that great. At least surprise us with a long awaited 1.5 when that drops anyway. If I may make a couple suggestions also.
Allowing shift clicking crafted items to pay in full ( i know this may take some work), fixing "crops" and adding in carrots and potatoes, add killing squid in the fisherman jobs (this would definitely give it some variety), adding fireworks to tinkerer or one of the other related jobs (and if you can't do fireworks because of the coding, then firework stars), also I think item frames are missing, and Anvils are a tricky one. I've been thinking about where to put the anvil in myself, especially considering the anvil itself is still slightly bugged. Figured tinkerer was best.
One last thing, I love taxes and bulldozer...but my server doesn't. :] Keeps everyone in line. :3