> For the complete documentation index, see [llms.txt](https://docs.nexstudios.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexstudios.org/skyblock-plus-setup/about-skyblock-plus/economy/earning-money.md).

# Earning Money

## 🌾 Farming

Players can create elaborate farms on their island where they can then **sell their crops back to the server for a profit**. By harnessing `/skills`, players can unlock farming abilities, such as faster growing crops, increased farming luck, and crop replanting. Additionally, players can enable their `/jobs`, giving them **additional money and XP** as they level these up. Through the use of `/is upgrades`, players can **increase the crop regrowth speed** to maximise their farming potential.

<figure><img src="/files/5hhRalLK2x3x9a7crKfW" alt="" width="563"><figcaption><p>A pumpkin farm built on an Island</p></figcaption></figure>

## ⚙️ Generators&#x20;

Using correctly placed water and lava will create a Generator. Infinitely **break the generating blocks to discover rare ores** which can then be sold or crafted into blocks for island value! Players can upgrade their generators through `/is upgrades` which will **increase the chances of finding more valuable ores**!

<figure><img src="/files/TlTgZSnmisNYLiv9NV8f" alt="" width="563"><figcaption><p>An example of a functioning generator - breaking the cobblestone will generate more blocks.</p></figcaption></figure>

## 💀 Mob Spawners

It wouldn't be Skyblock without spawners! Mob Spawners can be purchased through **/shop** or won from crates. Players can **stack their spawners** by placing on top of existing spawners to minimise lag and clutter. By utilising Chunk Loaders, **players don't even need to be online for their spawners to function**! By using Sell Wands and our optimised hopper system, players can create sorting systems and sell their drops with ease.

{% hint style="success" %}
**Good to Know**

Sell Wands instantly sell all the drops on a clicked chest. Chunk Loaders keep a chunk loaded even when no player is there for **5 days**. Both items can be obtained from the **/soulshop**, but players can find permanent Chunk Loaders from the Seasonal Crate.
{% endhint %}

<figure><img src="/files/ZnXBjcR1mcq2tq8FlqrA" alt="" width="563"><figcaption><p>A magma cube and skeleton spawner setup, utilising a Chunk Loader.</p></figcaption></figure>

## 📋Island Missions

Island Missions are a **one-off way of earning money**, and are intended for players **early into their Skyblock journey**. They provide a healthy amount of cash for completing simple one-time tasks and can be accessed through `/is missions`.

<figure><img src="/files/cVja46iW7bdRRRXWF6Yn" alt="" width="443"><figcaption><p>Island Missions GUI, showcasing all missions available to players</p></figcaption></figure>

## 📍That's not all!

Players can earn **additional money** in a multitude of ways, including:

* Star Levels (/starlevels)
* Daily, Weekly & Monthly Rewards (/rewards)
* Daily Quests (/quests)
* Voting (/vote)
* AFK Pool (/warp afk)
* Jobs (/jobs)
* Crates (/warp crates)

{% hint style="success" %}
Explore the server yourself to see how all of these features come together to create our dynamic economy!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nexstudios.org/skyblock-plus-setup/about-skyblock-plus/economy/earning-money.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
