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
!storecategories
string
Initial command
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
!categoryitem
string
Initial command
Query Parameters
category
string
Category you want to see
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
!storeitemlookup
string
Initial command
Query Parameters
item
string
Find selling items
Stores
GET
!stores
Shows a list of all the registered stores in the server.
Path Parameters
!stores
string
Initial Command
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
!store
string
Initial command
Query Parameters
@USER OR storename
string
Find store
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
!storeregister
string
Initial command
Request Body
storename
string
Your store name
location
string
Store location
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
!storeunregister
string
Initial command
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
!storeaddmember
string
Initial command
Request Body
@USER
string
Member you want to add
Store Remove Member
DELETE
!storeremovemember OR !storeremm OR !storeremmember <@USER>
Removes a member of your store.
Path Parameters
!storeremovemember
string
Initial Command
Query Parameters
@USER
string
Member you want to remove
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
!storeedit
string
Initial command
Query Parameters
storename
string
Store you want to add items to
Request Body
quantity
integer
How many items you're selling
price
integer
How much you want to be paid for selling
currency
string
What currency are you selling your items in
descritpion
string
Briefly describe what you're selling
Store Remove
DELETE
!storeremove OR !sr <storename> <item>
Removes an item from your store
Path Parameters
!storeremove
string
Inital command
Query Parameters
storename
string
Store you want to remove items from
item
string
Item you want to remove from store
Last updated
Was this helpful?