Quick Start
Quick Start
Section titled “Quick Start”Get a Pokemon on the GTS and an item on the Auction House in under five minutes.
Before You Start
Section titled “Before You Start”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.
1. Grant Yourself Permissions
Section titled “1. Grant Yourself Permissions”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):
/lp user YourName permission set bazaar.gts.* true/lp user YourName permission set bazaar.ah.* true/lp user YourName permission set bazaar.admin trueFor production servers, apply these to groups instead of individual users:
/lp group default permission set bazaar.gts.* true/lp group default permission set bazaar.ah.* true/lp group admin permission set bazaar.admin true2. List a Pokemon on GTS
Section titled “2. List a Pokemon on GTS”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:
/gts sell 1 1000Full sell flow — type /gts sell with no arguments to walk through the GUI:
- Source picker — choose Party or PC as the source
- Party/PC picker — click the Pokemon you want to list
- 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
- 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.
3. List an Item on the AH
Section titled “3. List an Item on the AH”Hold the item you want to sell in your main hand, then run:
/ah sell 1000This 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.
4. Browse and Buy
Section titled “4. Browse and Buy”To open the GTS browse GUI:
/gtsTo open the default Auction House browse GUI:
/ahBoth 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.
5. Claim Your Payout
Section titled “5. Claim Your Payout”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.
6. Try the Web Dashboard (Optional)
Section titled “6. Try the Web Dashboard (Optional)”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:
/bazaar linkYou’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.
Next Steps
Section titled “Next Steps”You’ve listed your first Pokemon and item — here’s where to go next:
- Auction House — Configure anti-snipe, bid increments, taxes, and duration options
- Channels — Create parallel marketplaces with separate currencies and item filters
- Configuration Overview — Full reference for every
config/bazaar/file