# Jobs

## **Jobs System**

In Eluria, jobs are a key way to earn money, with payments made every minute based on the work you’ve completed during that interval. The following jobs are available:

| Job        | Function                                 |
| ---------- | ---------------------------------------- |
| Builder    | Earn money placing blocks                |
| Cook       | Earn money crafting and cooking food     |
| Crafter    | Earn money crafting                      |
| Digger     | Earn money terraforming the overworld    |
| Farmer     | Earn money harvesting and planting crops |
| Fisherman  | Earn money catching fish                 |
| Hunter     | Earn money killing monsters and animals  |
| Miner      | Earn money breaking stone and ores       |
| Sorcerer   | Earn money brewing and enchanting        |
| Woodcutter | Earn money chopping and planting trees   |

New players can start with one job. As you progress through in-game or store ranks, you'll unlock the ability to join additional jobs. For every level you increase in a job, your income will also grow by **+1%**.

| Command         | Function                                                          |
| --------------- | ----------------------------------------------------------------- |
| /jobs           | Brings up information about jobs and allows joining jobs from GUI |
| /jobs stats     | Job statistics                                                    |
| /jobs gtop      | See top players in all jobs                                       |
| /jobs top (job) | See top players in a specific job                                 |
| /jobs info      | View detailed information about jobs                              |
| /jobs bonus     | Bonuses associated with jobs.                                     |
| /jobs limit     | Hourly jobs limit status.                                         |
| /paycheck       | Money earned.                                                     |

## Jobs Money Limit

There is an hourly money limit for jobs, which scales based on your total Jobs level. This encourages players to diversify and level up multiple jobs rather than focusing on just one or two.

Your **Total Jobs Level** is calculated by adding together the levels of all your jobs. For example:

* If you're level 20 as a Farmer, level 30 as a Miner, and level 10 as a Woodcutter, your total Jobs level would be:\
  **20 + 30 + 10 = 60**\
  In this case, your hourly cap would be slightly over **50,000**.

To calculate your specific hourly cap, use this formula:

You can calculate your specific hourly cap using the following formula:`30000+35000*(TotalJobsLevel/99)`

<table><thead><tr><th>Total jobs level combined</th><th>Maximum jobs money per hour</th><th data-hidden></th></tr></thead><tbody><tr><td>1</td><td>30,354</td><td></td></tr><tr><td>10</td><td>22,535</td><td></td></tr><tr><td>20</td><td>37,071</td><td></td></tr><tr><td>50</td><td>47,677</td><td></td></tr><tr><td>75</td><td>56,515</td><td></td></tr><tr><td>100</td><td>65,354</td><td></td></tr><tr><td>150</td><td>83,030</td><td></td></tr><tr><td>200</td><td>100,707</td><td></td></tr><tr><td>250</td><td>118,384</td><td></td></tr><tr><td>300</td><td>136,061</td><td></td></tr><tr><td>350</td><td>153,737</td><td></td></tr><tr><td>400</td><td>171,414</td><td></td></tr><tr><td>450</td><td>189,091</td><td></td></tr><tr><td>500</td><td>206,768</td><td></td></tr></tbody></table>


---

# 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://dgzyt.gitbook.io/eluria-mc/survival/economy/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.
