# ShoppingMall

Advanced mall system with plots, renting, buying, GUI navigation, eviction recovery, and full economy support.

Built for Paper servers with Vault integration and optional addons.

<https://builtbybit.com/resources/shoppingmall-economy-shop-system.97063/>

## Core Features

* Rentable & purchasable plots
* Advanced permission system
* Automatic rent & eviction system
* Evicted item recovery
* GUI-based navigation
* Ranks & plot limits
* Warp system
* Hologram support

## Commands

* `/sm` - Open main GUI
* `/sm buy <id>` - Buy plot
* `/sm rent <id>` - Rent plot
* `/sm members add/remove/list`
* `/sm warps`
* `/sm tp <id>`
* `/sm ranks`
* `/sm claim-evicted`

## Admin Tools

* `/sm create`
* `/sm set`
* `/sm wand`
* `/sm setwarp`
* `/sm delwarp`
* `/sm admin panel`

## GUI System

* Main Menu
* My Plots
* Warps GUI
* Ranks GUI
* Admin Panel
* Evicted Items GUI

## Config & Database

Supports SQLite & MySQL

Auto-created tables:

* `sm_plots`
* `sm_members`
* `sm_transactions`
* `sm_evicted_items`

## Integrations

* Vault (Required)
* WorldGuard
* WorldEdit
* PlaceholderAPI
* FancyHolograms
* QuickShop


---

# Agent Instructions: 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://docs.phantwalker.com/shoppingmall.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.
