Skip to content
MinecrafterJPN edited this page Feb 10, 2015 · 3 revisions

How to make job?

  1. Open PocketJobs/joblist.yml
  2. Add your custom job. You must follow the following format.
<jobname>:
 <type>:
 - ID: <ID>
   meta: <meta>
   amount: <amount>
 - ID: <ID>
   meta: <meta>
   amount: <amount>

is "break" or "place".

For example, "simplefarmer"

simplefarmer:
 break:
 - ID: 59
   meta: 0
   amount: 10

ID: 59 means "wheat" If a player who is part of simplefarmer breaks wheat, he earns 10 PM :)

Clone this wiki locally