Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

How to create a job

BryanG edited this page Nov 20, 2022 · 1 revision

To create a format, put the file in /jobs folder

This is the file format.

job:
  name: "Job name"
  type: PLAYER_BREAK_BLOCK

  items:

    ITEM_NAME:
      money: 2
      xp: 2

    ITEM_NAME2:
      money: 5
      xp: 5

To create a item, put here.

ITEM_NAME:
  money: 5
  xp: 5

money: The money that you gain [Vault needed]. xp: The xp from the job that you gain to increment level.

Clone this wiki locally