Shops

Welcome to "shopping district" on discord (:

Shops update was major update for our bot, Pickle Rick. This update and its commands are designed to help you as player set up stores and communicate to other players what items you're currently selling. This way, people can see what's for sale, even if the store owner isn't online!

Let's proceed with the commands:

Commands

Store Categories

GET !storecategories OR !categories OR !cat

Shows different categories that most Minecraft Items are listed under.

Path Parameters

Item Categories
Showing all item categories for the Store Listings
Mechanism
Usable
Plant
Wood
Manufactured Block
Decoration
Ore/Mineral
Raw Materials
Stone
Interactable
Food
Utility
Weapons
Tools
Dyes
Manufactured Item
Mineral Block
Liquid
Vehicles
Informational
Fungus
Lighting
Armor
Soil
Fauna


@ Hydro Vanilla SMP

Category Items

GET !categoryitem OR !cati <category>

Shows the different items that are under a category. You'll use these terms for "items" in the following commands.

Path Parameters

Query Parameters

Items in the Ore/Mineral Category
Ore/Mineral 1
Amethyst Cluster
Ancient Debris
Coal Ore
Copper Ore
Deepslate Coal Ore
Deepslate Coral Ore
Deepslate Diamond Ore
Deepslate Emerald Ore
Deepslate Gold Ore
Deepslate Iron Ore
Deepslate Lapis Lazuli Ore
Deepslate Redstone Ore
Diamond Ore
Emerald Ore
Gold Ore
Iron Ore
Lapis Lazuli Ore
Nether Gold Ore
Nether Quartz Ore
Redstone Ore


@ Hydro Vanilla SMP

Store Item Lookup

GET !storeitemlookup OR !itemlookup OR !slookup <item>

Displays all the stores that are currently selling that specific item. It will list how many items they're selling of what type for what price.

Path Parameters

Query Parameters

Stores

GET !stores

Shows a list of all the registered stores in the server.

Path Parameters

List of Stores
Showing all Stores for the Stores Category
TestingStore


@ Hydro Vanilla SMP

Store

GET !store <@USER OR storename>

Shows all items that are being sold by that store, or by the store owner you specified.

Path Parameters

Query Parameters

Store Register

POST !storeregister OR !sreg <storename> <location:optional>

Registeres a new store that you are an owner of. Use Location to help people find where your store is.

Path Parameters

Request Body

Store Unregister

DELETE !storeunregister OR !sunreg

Deletes your store, removes any members of that store, and deletes all items your store was selling at the time.

Path Parameters

Store Add Member

PATCH !storeaddmember OR !saddm <@USER>

Adds a member to your store that can add or remove items that your store is selling.

Path Parameters

Request Body

Store Remove Member

DELETE !storeremovemember OR !storeremm OR !storeremmember <@USER>

Removes a member of your store.

Path Parameters

Query Parameters

Store Edit

PUT !storeedit OR !sedit <storename> <item> <quantity> <price> <description:optional>

Adds or edits item entries for your store. Quantity is how much you're selling per purchase.

Path Parameters

Query Parameters

Request Body

Store Remove

DELETE !storeremove OR !sr <storename> <item>

Removes an item from your store

Path Parameters

Query Parameters

Last updated