KMarket

A configurable server-side economy and marketplace mod for Fabric featuring admin shops, player trading, JSON pricing, and modded item support.
Back to Files

kmarket-1.0.2.jar

File namekmarket-1.0.2.jar
Uploaded
Sep 3, 2026
Downloads
16
Size
69.4 KB
Mod Loaders
Fabric
File ID
8800857
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:kmarket-1620856:8800857"

Learn more about Curse Maven

What's new

Adds configurable bundled shop selling. Server owners can use shopSellQuantity to exchange multiple items for one payout. Existing configurations remain compatible and default to one item per payout.

Example—sell 16 dirt for $1:

{
  "item": "minecraft:dirt",
  "shopBuyPrice": 12,
  "shopSellPrice": 1,
  "shopSellQuantity": 16,
  "playerMarketPrice": 10,
  "enabled": true,
  "category": "Building",
  "maxPurchaseQuantity": 10000
}

Only complete bundles are sold, so any remaining items stay in the player’s inventory.