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 Nov 13, 2012i got this plugin on my server 1.4.2 but my players in the server keeps on getting -37 money and after they mine thier money is decreasing help?
-
View User Profile
-
Send Message
Posted Nov 12, 2012@NastyStevie @StreetDancer1 @shadoom23 @Chaett
Craftbukkit doesn't even have a 1.4.2-RB out yet. Calm down. Be patient, or contribute. ;)
-
View User Profile
-
Send Message
Posted Nov 12, 2012@WingedSpear
I don't know about the losing their job part but if you quit a job you lose your levels in that job. It's made like that. Also if you're using minecraft 1.4.2 you should have considered waiting as this plugin hasn't been updated yet.
-
View User Profile
-
Send Message
Posted Nov 12, 2012My players are losing their jobs and their lvls....this need to be fixed, 2 players already quit my server cause of this -.-
-
View User Profile
-
Send Message
Posted Nov 11, 2012The author's last login was Nov 8th, so he's not totally gone. But some kind of update on what the situation is would be awesome. Love the plugin, so does our members.
-
View User Profile
-
Send Message
Posted Nov 11, 2012will this just be as abandoned as the other jobs plugins ? :(
-
View User Profile
-
Send Message
Posted Nov 11, 2012Is this going to be updated any further?
-
View User Profile
-
Send Message
Posted Nov 9, 2012this need to update for new towny too 0.82.0
-
View User Profile
-
Send Message
Posted Nov 9, 2012Update to 1.4.2 , working on 1.4.2 tho and add titles :p
-
View User Profile
-
Send Message
Posted Nov 9, 2012Update to 1.4.2 please.
-
View User Profile
-
Send Message
Posted Nov 5, 2012I seen someone already asked about the new items support from 1.4.2 but wasn't answered. Is this being worked on? or is there a Dev build for these new items such as the farmer job; carrots, potatoes?
I already tried adding the item from the bukkit list; Carrot and Carrot_item to the farmer jobs list, but it says it's an Unknown value in the game chat screen.
-
View User Profile
-
Send Message
Posted Nov 5, 2012How much memory does this plugin use?
-
View User Profile
-
Send Message
Posted Nov 4, 20122 things I need help with:
1) Sometimes the file for a user is not saved, and it will create a new one losing its jobs. 2) The default jobs are not paying out even when giving the permissions for the job. show_every_time also wont work with default jobs.
-
View User Profile
-
Send Message
Posted Nov 4, 2012@leponder
Thank you very much , btw is this still being developed?
-
View User Profile
-
Send Message
Posted Nov 4, 2012@StreetDancer1
Been testing plugins out in 1.4, the soldier job worked fine, payed money and leveled up no problem. I'm assuming most of the other jobs would work too.
-
View User Profile
-
Send Message
Posted Nov 4, 2012is this compatible with 1.4.2?
-
View User Profile
-
Send Message
Posted Nov 3, 2012Hey i've got a problem with MCJobs. When someone types "/jobs [jobname" it alwasy returns almost what it should. Cause it doesnt show what you have to break to earn money. It shows: "An internal error occured blablabla"
Stacktrace: http://pastebin.com/PZakRJEk
And i cant get the amount of jobs per rank right cause it always show 0/0 config file:
http://pastebin.com/eMpUUTmf
There are no tabs in there.
If anyone can help would be awsome!
Greets, Tim.
-
View User Profile
-
Send Message
Posted Nov 3, 2012Hey, I really like this Plugin!! But is it eventually possible to make a german localization for the stupid Users on my Server? I thought english would be fine with all, but there are fools around who can't translate "tinkerer" or "theurgist" by using google translator or anything else xD
If there isn't a german localization right now I could create one ;-) Just PN me ;-)
-
View User Profile
-
Send Message
Posted Nov 3, 2012@Enrux
It makes everyone level 1. Level 1 pays 1/10 of basepay. So just adjust everything by 10.
@Mannollo
This is all the potions I support. It's my own ENUM for potions.
@matedgo
I haven't really worked on it much lately. But I have seen that a few extra versions of bukkit have been released, so I may just recompile against all the new code and verify mod compatibility.
@Lerkista
No. Them's the breaks. If you leave a job you lose XP to the job. No flip-flopping.
-
View User Profile
-
Send Message
Posted Nov 1, 2012Hi, i've a question, i play in a server with mcjobs, the problem is every time i leave a job i lose all the xp earned in that job, is there a way to prevent this and keep the current xp in each job?? I want to suggest this to the server admin, but i need to know if it is a way to do this, and how, to give him all the information neccesary :)