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 Jul 11, 2012@RathelmMC
Actually, I've discovered another issue. It seems that NO jobs that require the workbench are working.
I have a buddy who knows a LITTLE bit of Java, but isn't an expert. He said he looked through the jar, and he doesn't see any reference to
http://jd.bukkit.org/apidocs/org/bukkit/event/inventory/CraftItemEvent.html#CraftItemEvent(org.bukkit.inventory.Recipe
I have no idea what this means, but he says if it isn't there, there's no way for the plugin to see what a player has done at a workbench. I don't know if it helps fix the plugin, I'm just telling you what he said!
-
View User Profile
-
Send Message
Posted Jul 11, 2012@RathelmMC
The only changes I remember making to Vault would be installing a new plugin that requires Vault. That plugin would be Core.
-
View User Profile
-
Send Message
Posted Jul 10, 2012@RathelmMC
Alright, that takes care of the fish. :3
Any idea why bread and sugar don't seem to work? They don't require a furnace.
-
View User Profile
-
Send Message
Posted Jul 10, 2012@VladimirMarenus
Furnaces have a goofy bug where you have to click them twice in order to get paid. Its something wrong with the get inventoryHolder() function that bukkit uses.
-
View User Profile
-
Send Message
Posted Jul 10, 2012@RathelmMC
Hey! Your plugin is AWESOME. The only thing stopping me from donating is that for some reason the "Baker" job isn't working. I've ried all the Tier 1 and 2 items, and they don't work. D: Everything else is fantastic! It also doesn't seem to be throwing any errors. Do you have any idea what it could be?
-
View User Profile
-
Send Message
Posted Jul 10, 2012@RathelmMC
Yup that solves it, thank you so much! I thought that Towny advanced is Towny's extension, but advanced is really updateted version...
-
View User Profile
-
Send Message
Posted Jul 10, 2012@Hendric
You have to use Towny v80.1 or higher with MC Jobs version 2.6.15 and higher.
-
View User Profile
-
Send Message
Posted Jul 10, 2012@RathelmMC
Hmmm, maybe this? http://pastebin.com/16Mf7eC9
-
View User Profile
-
Send Message
Posted Jul 10, 2012@Atlanticwolf54
There is no fix to that. The leveling system isn't yet implemented. I just left that bit of a code turned on as a teaser of what's to come.
@Hendric
Well the next thing to look at would be the server.log. See if there's any errors in it. If so you can pastebin it and post the link here.
@Theway2cool1
Did you change Vault at all? Or the config file is corrupted.
-
View User Profile
-
Send Message
Posted Jul 10, 2012Dunno why, but it just stopped working. 11:34:37 [INFO] [mcjobs] Enabling mcjobs v2.8.3 11:34:37 [INFO] [mcjobs] mcMMO has been found. 11:34:37 [INFO] [mcjobs] Using builtin logging methods. 11:34:37 [INFO] [mcjobs] WorldGuard found. Enabling WorldGuard protections. 11:34:37 [INFO] [mcjobs] Found Vault 1.2.16-b184 11:34:37 [SEVERE] Error occurred while enabling mcjobs v2.8.3 (Is it up to date? ) java.lang.NullPointerException at com.dmgkz.mcjobs.McJobs.loadEconomyBridges(McJobs.java:254) at com.dmgkz.mcjobs.McJobs.onEnable(McJobs.java:122) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader .java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage r.java:381) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:256) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:238 ) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:381) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:368) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:197) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:432) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
-
View User Profile
-
Send Message
Posted Jul 10, 2012@RathelmMC
So, now I have version 2.8.3 Doesn't seem any change. Any possiblity that other plugins don't let get paid for breaking blocks? I'm using permissionsbukkit and the normal user nodes are:
mcjobs.jobs.*: true
mcjobs.jobsavail.digger true
mcjobs.jobsavail.miner true
mcjobs.jobsavail.builder true
mcjobs.jobsavail.woodsman true
mcjobs.jobsavail.fisherman true
mcjobs.jobsavail.farmer true
mcjobs.jobsavail.baker true
mcjobs.world.all true
-
View User Profile
-
Send Message
Posted Jul 10, 2012Hey I need help, I put this plugin on my server, and when I join a job, no errors or anything, and we get paid for like mining<sub> etc. but I don't get any xp or anything for the jobs? like, it sais 0/999,999 experience... I really need this plugin on my server but i'm not sure how to fix this :/</sub>
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Liger_XT5
I'll look into adding something to clean up dead files.
-
View User Profile
-
Send Message
Posted Jul 9, 2012Possible to set a permission for mcjobs to check if the person may have a file created for them? I've got a small guest to member rank system and I've had a lot of people join the server and most don't even stay or make it to member. I'd like a permission that I can set so if someone does make it to Member, mcjobs can make a file for them. Otherwise, it's just wasting space creating files for each and every person joins the server.
Keep up the good work!
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Hendric
Do you have usePerms set to true?
Also you could try updating to 2.8. I changed the way multi-world is checked, but I doubt that is the problem. It has to be something with your permissions.
-
View User Profile
-
Send Message
Posted Jul 9, 2012@RathelmMC
Thank you for fast reply. So, they have mcjobs.world.all: true also I added the message showing manually to all jobs, just for testing if it helps. Also I did check money before and after. I did also tried without logblock and still no earnings. I have OP permissions, so atleast I should see something, but it even doesn't work for me :(
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Hendric
If you set multiWorld to true, but don't give them the world permissions. Also I'd make sure they're not actually earning money. Fisherman and Soldier both give messages every time you do something that earns money. However digger and miner do not give those messages. Tell them to do /money before the action then /money after and see if the balance changes. My guess is they're getting paid but because they don't see the pay message they don't think they're getting paid.
Also in 2.8 I added the ability for a player to get a message for any job. Any job they've joined all they have to do is type /jobs show job_name and then they'll get pay messages for that job every time they earn money. It gets pretty spammy for jobs like digger though.
-
View User Profile
-
Send Message
Posted Jul 9, 2012Do you happen to know any reason which makes gathering jobs not earn money? I have McJobs, Vault, Logblock, iConomy and ofc other mods. And People can only make money from jobs like fisherman or soldier but can't make money from jobs like: digger and miner. They have the perms to use these jobs and I can't think any other reason. Also Im on version 2.7 if it matters much.
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Liger_XT5
Thanks, just updated the default config page.
-
View User Profile
-
Send Message
Posted Jul 8, 2012Not sure if the list or the default config here hasn't been updated, but the two do not match jobs wise. I popped on here to get the new jobs and add them to the list on my server. I would just start with a new config, but I've made some large price changes so players don't make a ton of money far too easily. Love the plugin though! The jobs not listed that I can't find config settings for is: conjurer enchanter theurgist