Skip to content

Quick Start

Get a Pokemon on the GTS and an item on the Auction House in under five minutes.


This guide assumes Bazaar is installed and your server has started at least once to generate config files. If you haven’t done that yet, see the Installation Guide first.


Bazaar gates its commands behind permission nodes. The quickest way to grant access is via LuckPerms. Run these commands in your server console (replace YourName with your in-game name):

Terminal window
/lp user YourName permission set bazaar.gts.* true
/lp user YourName permission set bazaar.ah.* true
/lp user YourName permission set bazaar.admin true

For production servers, apply these to groups instead of individual users:

Terminal window
/lp group default permission set bazaar.gts.* true
/lp group default permission set bazaar.ah.* true
/lp group admin permission set bazaar.admin true

The GTS sells Pokemon at a fixed BIN price. There are two ways to list:

Command shortcut — list the Pokemon in party slot 1 for 1000 currency:

Terminal window
/gts sell 1 1000

Full sell flow — type /gts sell with no arguments to walk through the GUI:

  1. Source picker — choose Party or PC as the source
  2. Party/PC picker — click the Pokemon you want to list
  3. Price input — an anvil GUI opens; type the price and click the output slot to confirm. Preset buttons in the lower inventory suggest prices based on your recent sales history
  4. Confirm — choose BIN or auction, pick a duration, then confirm to post the listing

The listing is now live. Other players can browse it with /gts.


Hold the item you want to sell in your main hand, then run:

Terminal window
/ah sell 1000

This lists the item in the default AH channel at a BIN price of 1000. A confirm dialog appears showing the listing details — confirm to post.

To list an item as an auction instead of a BIN, open the AH browse GUI with /ah, click the Sell button, pick the item, and toggle Auction on the confirm screen. The command-line sell flow only creates BIN listings.


To open the GTS browse GUI:

Terminal window
/gts

To open the default Auction House browse GUI:

Terminal window
/ah

Both GUIs support filtering by species, IV brackets, nature, price range, and more. Click any listing to open the detail view, which shows full stats, market history, and bid history (for auctions). Click Buy for BIN listings or Bid for auctions.


Every Bazaar transaction delivers its result to your collection box — items you purchased, Pokemon you won, sale proceeds, outbid refunds, and expiry returns all land here. Open it by clicking the Collection button inside the /gts or /ah browse GUI.

Click individual entries to claim them one at a time, or use Claim All to collect everything at once. Collection box entries persist across server restarts and, if cross-server sync is enabled, across the entire network.


The web dashboard lets you browse, buy, bid, and claim from any browser — useful for players who want to check the market while away from the game.

Generate a one-time login code in-game:

Terminal window
/bazaar link

You’ll receive a 5-minute code. Paste it into the dashboard login page to link your account. Once linked, all marketplace actions are available in the browser with live WebSocket updates.

See Web Dashboard for setup instructions, theme selection, and the REST + WebSocket API reference.


You’ve listed your first Pokemon and item — here’s where to go next:

  1. Auction House — Configure anti-snipe, bid increments, taxes, and duration options
  2. Channels — Create parallel marketplaces with separate currencies and item filters
  3. Configuration Overview — Full reference for every config/bazaar/ file