# Jobs

Jobs allow you to earn money every 1-minute, depending on how much work you have completed during the payment interval. The following jobs are available:

| Job Type   | Description                                                            |
| ---------- | ---------------------------------------------------------------------- |
| Miner      | Earns money from breaking stone and ores.                              |
| Fisherman  | Earns money catching fish and breaking sea blocks.                     |
| Farmer     | Earns money from harvesting and planting crops.                        |
| Hunter     | Earns money from killing monsters and animals.                         |
| Builder    | Earns money from placing blocks.                                       |
| Digger     | Earns money from terraforming the overworld.                           |
| Woodcutter | Earns money from felling and planting trees.                           |
| Cook       | Earns money from crafting and cooking food.                            |
| Sorcerer   | Earns money from brewing potions and enchanting items.                 |
| Crafter    | Earns money from crafting materials and items.                         |
| Dungeoneer | Earns money from killing monsters inside dungeons and adventure zones. |
| Smelter    | Earns money from smelting ores, blocks etc.                            |

![](/files/guymQd1P6CZvqutuCL8t)

New players can join 1 Job. Unlocking new in-game or store ranks will allow you to join additional Jobs. Every time you increase your level by 1, your income is also increased by +1%.

| Command         | Description                                                        |
| --------------- | ------------------------------------------------------------------ |
| /jobs           | Brings up information about jobs and allows joining jobs from GUI. |
| /jobs stats     | View job statistics.                                               |
| /jobs gtop      | View top players in all jobs.                                      |
| /jobs top (job) | View top players in a specific job.                                |
| /jobs info      | View detailed information about jobs.                              |
| /jobs bonus     | View bonuses associated with jobs.                                 |
| /paycheck       | View money earned.                                                 |
| /jobs limit     | View your hourly jobs limit status.                                |

### Jobs Money Limit

There is also an hourly Jobs Money limit. It scales based on your total Jobs level. This also serves as an added encouragement for players to level-up multiple jobs instead of solely focusing on one or two.

Here you can get an idea of how much money the cap is per total jobs level. Total jobs level is **all** of your jobs' levels combined. This means if you're level 20 Farmer, level 30 Miner, level 10 Woodcutter, then your total jobs level is (20+30+10) = 60, and your hourly cap would be just over 50k.

<figure><img src="https://www.mineraze.net/content/images/2022/09/image-8.png" alt=""><figcaption></figcaption></figure>

To get for each specific level, you can use the following equation which this is based off: `30000+35000*(TotalJobsLevel/99)`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pacificminer3e2wfrgtb.gitbook.io/mineraze/survival/jobs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
