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 Aug 30, 2012I installed mcjobs for 1.3 and on server startup I got this error: 16:31:02 [INFO] [mcjobs] Enabling mcjobs v3.0.0 16:31:02 [INFO] [mcjobs] mcMMO has been found. 16:31:02 [INFO] [mcjobs] Using builtin logging methods. 16:31:02 [INFO] [mcjobs] WorldGuard found. Enabling WorldGuard protections. 16:31:02 [INFO] [mcjobs] Found Vault 1.2.17-b224 16:31:02 [INFO] [mcjobs] LOADED JOBS: digger miner builder soldier tinkerer woodsman farmer toolmake r weaponsmith armorer fisherman baker alchemist bulldozer taxes 16:31:02 [INFO] [mcjobs] [Ljava.lang.StackTraceElement;@296516ed 16:31:02 [SEVERE] java.lang.NullPointerException 16:31:02 [SEVERE] at com.dmgkz.mcjobs.McJobs.mcloadconf(McJobs.java:240) 16:31:02 [SEVERE] at com.dmgkz.mcjobs.McJobs.onEnable(McJobs.java:127) 16:31:02 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) 16:31:02 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.jav a:365) 16:31:02 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.ja va:381) 16:31:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265) 16:31:02 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247) 16:31:02 [SEVERE] at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296) 16:31:02 [SEVERE] at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275) 16:31:02 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225) 16:31:02 [SEVERE] at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140) 16:31:02 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378) 16:31:02 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
then after that, every time a player logs in I get this one: 16:31:47 [INFO] [mcjobs] Unable to load echibahn.dat... Creating file! 16:31:47 [SEVERE] Could not pass event PlayerJoinEvent to mcjobs org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) at net.minecraft.server.ServerConfigurationManagerAbstract.c(ServerConfigurationManagerAbstr act.java:161) at net.minecraft.server.ServerConfigurationManagerAbstract.a(ServerConfigurationManagerAbstr act.java:92) at net.minecraft.server.NetLoginHandler.d(NetLoginHandler.java:121) at net.minecraft.server.NetLoginHandler.c(NetLoginHandler.java:41) at net.minecraft.server.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.ja va:44) at net.minecraft.server.DedicatedServerConnection.b(SourceFile:29) at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581) at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212) at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406) at net.minecraft.server.ThreadServerApplication.run(SourceFile:539) Caused by: java.lang.NullPointerException at com.dmgkz.mcjobs.util.PlayerUtils.getAllowed(PlayerUtils.java:44) at com.dmgkz.mcjobs.playerdata.PlayerCache.<init>(PlayerCache.java:54) at com.dmgkz.mcjobs.playerdata.PlayerCache.getPlayerCache(PlayerCache.java:446) at com.dmgkz.mcjobs.playerdata.PlayerCache.verifyPlayerCache(PlayerCache.java:132) at com.dmgkz.mcjobs.listeners.OnPlayerLogins.onPlayerJoin(OnPlayerLogins.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330) ... 14 more
-
View User Profile
-
Send Message
Posted Aug 30, 2012@RathelmMC
and how do i find this patch? as im still having some problems.
EDIT: Found the link.
EDIT 2: patch doesn't work for me, when i change config files to my settings, it still creates and bug and it says my players don't have permission to join a job and jobs say 0/0 Please help!
-
View User Profile
-
Send Message
Posted Aug 30, 2012^ Any E.T.A? Feature I'd love to have on my server!
-
View User Profile
-
Send Message
Posted Aug 30, 2012@vicente947
So everyone having the 0/0 jobs problem. It is fixed in the patch that I just uploaded. Should be fixed.
@Markezzz
This is not a real error. I fixed the bug that has the error even pop up.
@gosferano
Nope. I don't have any plans to add that any time soon either.
@faxionsurvival
Correct the limits won't change without logging in and out. As far as I can tell there's no way to dynamically tell if a player has been added to a new group or not. So it only checks it on login.
-
View User Profile
-
Send Message
Posted Aug 30, 2012Why my users cant join to any jobs in previus version he can join and now no Why?
-
View User Profile
-
Send Message
Posted Aug 30, 2012@Haakkelberg
I got the same error like Haakkelberg in my server.log
I use in my cfg from mcjobs
I also use like Haakkelberg Groupmanager.
-
View User Profile
-
Send Message
Posted Aug 30, 2012So, is there any news for the fix? Hate to reset all data on every reboot.
this is what it says on console: [INFO] [mcjobs] Unable to load perms.db!
It generates it well, but it's empty. that could be the problem here. size is 0 kt
-
View User Profile
-
Send Message
Posted Aug 30, 2012i LOVE this update ! THANKS ! :P you r the one !
-
View User Profile
-
Send Message
Posted Aug 30, 2012Is there any option to set amount of people who can assign specific job? In example, to make that there can be only 20 tinkerers on the server.
-
View User Profile
-
Send Message
Posted Aug 30, 2012Okay its sort of working after adjusting the limits. Now if I change group the limits arent updating. unless I relog
-
View User Profile
-
Send Message
Posted Aug 30, 2012Server start log
There is error from mcjobs
-
View User Profile
-
Send Message
Posted Aug 30, 2012@RathelmMC
ok, server shutdown, delete all in mcjobs folder, start server. no changes made and can't join any of the jobs. delete all files again, server still on. reload all. everything works fine.
maybe load order on startup braiks something?
rebooted server and can't join any jobs again. again 0/0
-
View User Profile
-
Send Message
Posted Aug 30, 2012Okay now I can join jobs but im getting a problem with job limits I deopped myself, set the config values as this:
max_jobs: default: 1 Citizen: 2 Mayor: 3
for some reason in /jobs list it shows i have 0/4 jobs
-
View User Profile
-
Send Message
Posted Aug 30, 2012@Haakkelberg
Well show me the server startup log. Are you using the newest Vault version? Is there an error message in the log file when you do /jobs list?
-
View User Profile
-
Send Message
Posted Aug 30, 2012I just deleted the config and used /reload to generate a new one and it seems to work fine now
-
View User Profile
-
Send Message
Posted Aug 30, 2012@RathelmMC
Yes, fresh install
-
View User Profile
-
Send Message
Posted Aug 30, 2012@faxionsurvival
Did you delete your dat file? Do you use Vault?
-
View User Profile
-
Send Message
Posted Aug 30, 2012@RathelmMC
Here
and everything is fresh
-
View User Profile
-
Send Message
Posted Aug 30, 2012http://pastebin.com/fuiN1PNB
-
View User Profile
-
Send Message
Posted Aug 30, 2012@faxionsurvival
Pastebin your config.yml file.