Skip to main content

Shop System

Mod: kyuubisoft-core.jar | Config: configs/kyuubisoft_core/shops/

The Shop System provides a configurable in-game shop where players can spend currencies earned from quests and achievements. Shops are defined in JSON and can be accessed via NPC dialog or commands.

Features

  • Multiple Currencies — Quest tokens, achievement points, or item-based currencies
  • JSON Configuration — Define shop items, costs and categories in config files
  • NPC Integration — Open shops through citizen dialog macros
  • Purchase Limits — Optional max purchases per item
  • Daily Shop Rotation — Configurable daily shop size with random selection
  • Custom Shops — Add your own shops alongside the defaults

Quick Start

  1. The Core mod includes the shop system — no extra installation needed
  2. Shop configs are in configs/kyuubisoft_core/shops/
  3. Use /ksshop to open the default shop in-game
  4. Edit shop JSON files and /ksadmin reload to apply changes

Commands

CommandDescription
/ksshopOpen the token shop
/ksshop adminAdmin shop management

Documentation