Configuration Help/Custom Job Config Help

See jobs.yml for info on how to manually create a job. Only difference between what's there and what's here is that jobs here need two extra fields. Among other fields, the job would look like:

customs:
  JOBNAME:
    owner: PlayerUUIDHere
    locked: false
    maxplayers: 0
    break:
      STONE: 0.25
      GOLD_ORE: 5
      CROPS#7: 0.66
    place: {}
    mobs: {}
    fish: {}
    tools: {}
    craft: {}
    smelt: {}
    brew: {}
    enchant:
      active: false
      payPerLevel: 0
    worlds:
    - world1
    - world2
    pkl: false
  • Owner is the UUID of the player whom will be charged for all work done on the job.
  • Locked decides whether or not players can join on their own or need an invitation first.

Comments

Posts Quoted:
Reply
Clear All Quotes