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

# Shops

Shops are quite dynamic. You can buy certain items from certain shops but you can sell every item to every shop, if it exists in a shop.

Shops have a lot of settings like the following:\
&#x20;   \- Set Shop Open Permission\
&#x20;   \- BackGround Glass Color Change\
&#x20;   \- Shop Title Change\
&#x20;   \- Highly Customizable Item Editor:\
&#x20;          \- Sell Price Set (Set it to 0 for no selling)\
&#x20;          \- Buy Price Set\
&#x20;          \- Check Custom NBT (Detailed Setting)\
&#x20;          \- For bulk buy edit the bulk buy slots\
&#x20;          \- Selling items for items\
&#x20;          \- Selling items for commands\
&#x20;          \- Exclusive items for shops which can be sold in that shop only\
&#x20;

The shops also have a **sell history** which remembers what items u sold and allows you to buy them back.

For bulk buy, if you set all item slots to 0, the shop won't allow the player to open the bulk buy menu.

All shops are 100% configurable in game, using **/rec shop manager**


---

# 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://d-ghinea.gitbook.io/royaleeconomy/shops.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.
