> For the complete documentation index, see [llms.txt](https://sirgoldman.gitbook.io/sirgoldmans-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sirgoldman.gitbook.io/sirgoldmans-plugins/plugins/onestopshop.md).

# OneStopShop

![](/files/-MKRnx6fzpuwJu-3RfQ1)

## Plugin Info

Native Minecraft Version: 1.16

Supported Minecraft Versions: 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16

Dependencies: [Vault ](https://www.spigotmc.org/resources/vault.34315/)(Not Required)

Download (Spigot): [Link](https://www.spigotmc.org/resources/onestopshop-free-gui-item-shop.76640/)

Open Source: [Link](https://github.com/SirLeezus/OneStopShop)

## Vault Economy Installation

{% hint style="info" %}
This will hook into plugins like Essentials for economy related events and commands.
{% endhint %}

1. Place the jar into your plugins folder.&#x20;
2. Install the latest version of Vault.
3. Boot your server and you're done!

## Item Economy Installation

{% hint style="info" %}
This is a standalone feature in which a player will need to have the physical economy item in their inventory to buy items from the shop. When a user sells items they will be rewarded with the economy item as well.
{% endhint %}

1. Place the jar into your plugins folder.
2. Restart your server to generate the plugin files.
3. Open your **`settings.yml`** file and change Vault economy support to false and change Item economy support to true.
4. Now if you would like to change the default economy item open your **`config.yml`** and change economy material to a new item. I would suggest picking something that stacks 64 just so users don't run into any silly issues.
5. The very last thing you'll want to do is change the currency format which is also found in the **`config.yml`**. In this example we're using Emerald as the item so I would change it from **`'&6${0}'`** to something like **`'&2{0} Emerald'`**.
6. Now go ahead and boot your server and you're done!

##


---

# 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:

```
GET https://sirgoldman.gitbook.io/sirgoldmans-plugins/plugins/onestopshop.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.
