> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.grumpshollow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hollow's Market: Shopping District

> Apply for a shop storefront, view pricing, follow rules, and learn how to run your own player shop.

**Hollow's Market** is Grumps Hollow's player-run marketplace where you can sell items from your own storefront.\
Design your shop, stock your chests, and set your prices (within the market value).

<Card title="💡 Why open a shop?">
  Earn relics, interact with the community, and become part of the server economy.
</Card>

***

## 🏪 Getting a Shop

### Apply for a Storefront

To claim a shop, open a **Shopping District ticket** in the tickets channel on the [Grumps Hollow Discord](https://discord.gg/grumpshollow)

**Before applying, prepare:**

* 🧱 Plot number you want
* 💰 Payment in relics

<Warning>
  You must stay in Discord while owning a shop so staff can contact you during shop checks.
</Warning>

***

### 💰 Storefront Prices

| Plot Size | Price        |
| --------- | ------------ |
| 15x15     | 1,000 Relics |

***

## 📜 Shop Rules

<CardGroup cols={2}>
  <Card title="General Rules">
    * No inappropriate builds or items
    * Be respectful to other players
    * No redstone in plots (including note blocks, jukeboxes)
    * Exception would be hopper into a container for donation box, dropper that gives goodies to players
  </Card>

  <Card title="Shop Requirements">
    * Restock at least **once per week**
    * Sell **at least 3 different items**
    * No farms inside or below your shop
    * Shops cannot be transferred or sold
  </Card>
</CardGroup>

***

## 🔍 Shop Checks

Staff regularly review shops to keep the market active and fair.

Your shop may be flagged if:

* ❌ Not restocked within 1 week
* ❌ Breaking any shop rules

<Card title="📩 If Your Shop Is Flagged">
  Staff will contact you through a Discord ticket and give you time to fix the issue.
</Card>

<Warning>
  You may request up to **3 extensions per 3-month period**.\
  Inactive or non-compliant shops may be removed.
</Warning>

***

# 🛒 Running Your Shop

## ➕ Create a Sell Shop

<Steps>
  <Step title="Place a chest">
    This chest stores the items you want to sell.
  </Step>

  <Step title="Hold your item">
    Hold the item you want to sell in your hand.
  </Step>

  <Step title="Left-click the chest">
    This starts shop creation.
  </Step>

  <Step title="Enter the price">
    Type the price per item in chat.
  </Step>
</Steps>

<Card title="✅ Shop Created">
  Players can now buy items from your chest.
</Card>

***

## ➖ Create a Buy Shop

<Steps>
  <Step title="Hold the item">
    This is what you want to buy from other players.
  </Step>

  <Step title="Switch to buy mode">
    ```bash theme={null}
    /shops buy
    ```
  </Step>

  <Step title="Left-click the chest">
    Select your shop chest.
  </Step>

  <Step title="Set the price">
    Enter how much you’ll pay per item.
  </Step>
</Steps>

<Card title="💰 Buy Shop Ready">
  Players can now sell items to you.
</Card>

***

## 💰 Using Shops

<CardGroup cols={2}>
  <Card title="🛒 Buy Items">
    Right-click a shop to purchase items.
  </Card>

  <Card title="📦 Sell Items">
    Left-click a shop to sell items.
  </Card>
</CardGroup>

***

## ⚙️ Manage Your Shop

<Steps>
  <Step title="Edit price">
    Sneak + right-click your shop.
  </Step>

  <Step title="Remove shop">
    Break the chest or run:

    ```bash theme={null}
    /shops remove
    ```
  </Step>
</Steps>

***

## 🧠 Tips for Success

<CardGroup cols={3}>
  <Card title="Stay Stocked">
    Empty chests = no sales.
  </Card>

  <Card title="Price Smart">
    Follow the market value to stay competitive.
  </Card>

  <Card title="Stay Active">
    Restock weekly to avoid shop removal.
  </Card>
</CardGroup>

***

## 🧾 Commands

```bash theme={null}
/shops help
/shops buy
/shops sell
/shops remove
```
