Skip to content

Creating a Shop

This guide walks you through setting up Armory Bot's economy system with a currency, shop items, and reward tuning.

Prerequisites

  • Administrator permission (or equivalent economy permissions)
  • A channel where members can use economy commands

Step 1: Enable the Economy

/economy-admin toggle enabled:true

This enables the /economy, /shop, /work, and /gamble systems for your server.

Step 2: Configure Currency

Set a custom currency name/symbol and the daily/weekly Work rewards on the Economy dashboard page (open with /dashboard).

Step 3: Add Shop Items

Create items members can buy:

/shop-admin additem name:"VIP Role" description:"Exclusive server role" price:5000 role:@VIP stock:25
/shop-admin additem name:"Lucky Charm" description:"Collectible inventory item" price:1200 stock:100
/shop-admin additem name:"Title Token" description:"Turn-in token for rewards" price:800

Notes:

  • role is optional. If provided, the purchased item grants that role.
  • stock is optional. Omit it for unlimited stock.

Step 4: Manage Items

/shop browse
/shop-admin edititem item_id:1 price:6000 stock:20
/shop-admin restock item_id:2 amount:50
/shop-admin removeitem item_id:3

Use /shop info item_id:<id> to inspect item details before adjusting them.

Step 5: Configure Mission Risk (Optional)

Work difficulty tiers and the max wager are on the Economy dashboard page; custom AI briefing prompts are on the Work dashboard page.

Step 6: Validate Member Flow

Run through a basic user journey:

/economy balance
/work daily
/shop browse
/shop buy item_id:1
/shop inventory

Best Practices

  1. Start with conservative prices, then tune based on activity.
  2. Keep daily/weekly rewards aligned with average item costs.
  3. Use limited stock for special items and unlimited stock for core utilities.
  4. Review /economy-admin auditlog regularly after major changes.

Balance Changes

/economy-admin setbalance is an admin override and can significantly affect progression. Use it carefully.