HomeJavaModsCobbleMarket
CobbleMarket

CobbleMarket

A full-featured player marketplace (GTS) for Cobblemon servers. Buy, sell, and auction Pokemon and items with an intuitive GUI interface.

Requirements

Features

Pokemon Trading

Item Trading

Auction System

Economy Integration

Player Features

Moderation Tools

Commands

Command Permission Description
/market cobblemarket.base Open the main marketplace menu
/market pokemon cobblemarket.base Browse Pokemon listings
/market items cobblemarket.base Browse item listings
/market manage cobblemarket.base View your active listings
/market expired cobblemarket.base Reclaim expired listings
/market history cobblemarket.base View transaction history
/market search <query> cobblemarket.base Search for listings
/market reload cobblemarket.reload Reload configuration
/market admin timeout <player> <minutes> cobblemarket.admin Timeout a player
/market admin remove <listingId> cobblemarket.admin Remove a listing

Aliases: /gts, /cobblemarket

Configuration

Config files are located at config/cobblemarket/

config.json

{
  "debug": false,
  "lang": "en",
  "commands": ["market", "gts", "cobblemarket"],
  "enablePokemonSales": true,
  "enableItemSales": true,
  "enableAuctions": true,
  "maxListingsPerPlayer": 8,
  "listingDurationHours": 72,
  "auctionMinDurationMinutes": 30,
  "auctionMaxDurationHours": 168,
  "taxRate": 0.10,
  "minimumPrice": 100,
  "maximumPrice": 10000000,
  "auctionMinBidIncrement": 100,
  "pokemonFormula": "100 + (level * 10) + (perfect_ivs * 500) + (shiny * 5000)",
  "broadcastNewListings": true,
  "broadcastSales": true
}

Price Tiers

Minimum prices based on Pokemon attributes:

Attribute Minimum Price
1 Perfect IV 1,000
2 Perfect IVs 2,000
3 Perfect IVs 4,000
4 Perfect IVs 8,000
5 Perfect IVs 15,000
6 Perfect IVs 30,000
Hidden Ability 5,000
Shiny 10,000
Legendary 25,000
Mythical 50,000

Discord Integration

{
  "discord": {
    "enabled": false,
    "webhookUrl": "",
    "notifyNewListings": true,
    "notifySales": true,
    "notifyAuctionEnd": true
  }
}

Data Storage

Building

./gradlew build

Output: build/libs/cobblemarket-1.0.0.jar

License

All rights reserved.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more