kmarket-1.0.2.jar
Curse Maven Snippet
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.
This mod has no additional files