> 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/souls-and-soul-shop.md).

# Souls & Soul Shop

Souls play a vital part in the **Skyblock PLUS** Economy. Souls are obtained by killing mobs **manually**, and players have a **20% chance** of finding **5 souls** per kill. This equates to **roughly 1 soul per mob kill**. You can easily tell when you've earnt souls, as you'll a "**+5 Souls**" message in your chat box.\
\
You can then spend Souls in the **/soulshop**. Find out more about the Soul Shop below.

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

The Soul Shop was developed to allow free to play players to obtain some of the most sought after Premium features for free. This helps **maintain an enjoyable experience for all players**, regardless of whether they choose to spend money or not, helping to boost your player retention!
{% endhint %}

## 🖥️ Commands

There are three commands that can be purchased from the Soul Shop: **/workbench**, **/fly** and **/repair**. These commands, once purchased, are **permanently granted to the player** and will not expire. For each command, the lore of the item will state what rank obtains the command for free, encouraging players to support the server by making a purchase on your store!

<figure><img src="/files/tjMJ6qHkbapyONq3sx0n" alt="" width="521"><figcaption><p>Example of one of the commands purchasable from the Soul Shop</p></figcaption></figure>

## ✨ Perks

Perks are super helpful addons that players can purchase to make their playing experience easier and more enjoyable. There are three Perks available to buy: **Silk Spawners**, **Join Message** and **Unlimited Homes**. Again, these are **permanent and will not expire**. Similar to the Commands, each Perk will inform the player which rank is given the perk for free, incentivising players to make a purchase.

<figure><img src="/files/U9gcDA7LinOZYXqQ1DTA" alt="" width="481"><figcaption><p>Example of one of the perks purchasable from the Soul Shop</p></figcaption></figure>

## 🚀 Utility Items

Utility Items are QoL items that make the **Skyblock experience easier** for your players. There are two Utility Items available to buy: **Sell Wands** and **Chunk Loaders**. Neither of these items are permanent - Sell Wands only have 100 uses and Chunk Loaders expire after **5 days**. This is intentionally designed to ensure players will always have something to buy from the Soul Shop.<br>

<figure><img src="/files/GgSGmo1YVBGpeRbAgFN3" alt="" width="433"><figcaption><p>Example of one of the utility items purchasable from the Soul Shop</p></figcaption></figure>

## 🐕 Pets

Who doesn't want a furry companion following them around! Pets are **purely cosmetic** and will simply follow their owners. There are **15 pets** available for purchase, check the image below to see all of them! Once purchased, players can equip them with /pets. Pets are permanent and will never expire. **Netherite Rank unlock all pets for free**.

<figure><img src="/files/7afVFZrrbr1jV2KU86QZ" alt="" width="479"><figcaption><p>Example of one of the fifteen pets avaialble to purchase from the Soul Shop</p></figcaption></figure>


---

# 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/souls-and-soul-shop.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.
