| Chat Titles |
phrstbrn |
phrstbrn |
May 02, 2012 |
| Each job can have a title added before their name whenever a player chats. This is done automatically by Jobs. Job Titles These values can be edited inside of your jobConfig.yml fullname The full name of the job (ie Miner). This is shown when display method is set to full or job shortname The abbreviated/short name of the job (ie M for Miner). This is shown when the display method is set to shortfull or shortjob, or the player has more than one job and using full or job method. ChatColour... |
| Commands |
phrstbrn |
phrstbrn |
Dec 25, 2011 |
| Player: /jobs browse - View a list of the available jobs. /jobs join [job name] - Join the job. /jobs leave [job name] - Leave the job. /jobs info [job name] [break, place, kill] - view information about that job. /jobs stats - view your job level and experience needed to level up. Admins: /jobs admininfo [playername] - shows the level of each job and experience gains for the player. /jobs fire [playername] [job] - fire the player from the specified job. /jobs employ [playername] [job] -... |
| Common Issues |
phrstbrn |
phrstbrn |
Dec 25, 2011 |
| People can make infinite money by breaking and placing the same blocks over and over This is not a bug. If you want to prevent this infinite money "exploit", make certain blocks have a negative value to place, and positive value to break. This will cause people who break/place the same block over and over again to lose money, or gain money very slowly (depending on what values you choose). Even if I attached a name to every block on the server, this still wouldn't fix the exploit if a group... |
| Main |
phrstbrn |
phrstbrn |
May 04, 2012 |
| A fully configurable plugin that allows you to get paid for breaking, placing, killing, fishing, and crafting. Class based (experience increases as you perform your job). Requires Vault Optional MySQL SuperPerms Capable Permission Manager Source Features Create your own custom jobs and choose what they get paid for and how much. Leveling mechanic where higher level jobs will give higher incomes. Income earned = experience gained. Equation determining maximum experience, experience gained and... |
| Permissions |
phrstbrn |
phrstbrn |
May 02, 2012 |
| Player Permissions By default, Jobs should grant the appropriate permissions to users out of the box. You may also disable jobs in specific worlds with jobs.world.worldname: false, or disallow certain jobs with jobs.join.jobname: false jobs.*: description: Grants access to all Jobs commands children: jobs.admin.*: true jobs.use: true jobs.use: description: Grants ability to use this plugin default: true jobs.admin.*: description: Grants player access to all admin commands children:... |