| Field Name |
Data Type |
Description |
Default Value |
| emabled |
Boolean |
Is this job enabled? |
true |
| quotaTarget |
Whole Number |
The target quota that must be met |
middle |
| quotaIncreaseModifier |
Decimal |
The amount that the quota contribution will be increased by per level (quota earned = baseQuota + (baseQuota * (level * quotaIncreaseModifier)) |
0.2 |
| experienceTarget |
Decimal |
The target experience to level up the job |
200 |
| experienceTargetMultiplier |
Decimal |
The amount that experienceTarget will be multiplied by per level (actualExperienceTarget = experienceTarget + (experienceTarget * (level * experienceTargetMultiplier)) |
0.05 |
| quotaCompletedActions |
Reward Object Array |
The rewards given for completing the quota target |
1 iron ingot |
| quotaBlocks |
String, Double key value pair |
The blocks that contribute to the completion of this job when broken. The key can either be a block key, or a block tag. The value will be added to the currentQuota when broken |
See default example |