HomeJavaModsServer Market
Server Market
ModsJava

Server Market

by AsagiriBeta · on Modrinth

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Fabric only.

⬇ Download for 1.21.9–1.21.11⬇ Download for 1.21.6–1.21.8⬇ Download for 1.21.2–1.21.5⬇ Download for 1.21–1.21.1⬇ Download for 1.20.5–1.20.6⬇ Download for 1.20–1.20.4
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Server Market is a Fabric server-side mod that brings a complete player-driven economy and marketplace to your server. Players can check their balance, send money to others (even offline players), and review their transaction history — all through simple commands or an intuitive GUI. The mod features both a player market and a system shop where items can be listed, bought, and sold with full NBT variant support. It also supports purchase orders with parcel station delivery, so buyers can place requests and sellers can fulfill them without needing to meet face-to-face. Administrators can optionally introduce physical currency items, set up system shop prices, manage player balances directly, and configure the economy to suit their needs. Storage defaults to SQLite for zero-setup operation, but can be switched to MySQL with optional XConomy record mirroring for shared database environments. For server owners running 1.21.9 or newer, the mod bundles Placeholder API support out of the box. Developers can hook into the exposed API and event system to query balances, process transfers, intercept purchases, or integrate the economy into their own mods.

Requirements

Required:

Optional:

Commands

Player:

/svm
/svm menu

/svm money
/svm balance
/svm pay <player> <amount>
/svm history [page]

/svm sell <price>
/svm restock <quantity>
/svm pull

/svm list
/svm search <keyword>

/svm buy <quantity> <item> [seller]

/svm cash <value> <quantity>
/svm exchange <amount>

/svm order <price> <amount>
/svm supply <quantity>

Admin:

/svm admin balance <player>
/svm admin set <player> <amount>
/svm admin add <player> <amount>
/svm admin remove <player> <amount>
/svm admin rank
/svm admin history <player> [page]

/svm admin price <price> [limit]
/svm admin pull
/svm admin purchase <price> [limit]

/svm admin cash <value>
/svm admin cash get
/svm admin cash del
/svm admin cash list [item]

/svm admin reload

Updates

Placeholder API

Available in the 1.21.9+ JAR only when Placeholder API is installed:

Integration API

Entry point: asagiribeta.serverMarket.api.ServerMarketApiProvider

EconomyProvider (Vault-style): asagiribeta.serverMarket.api.economy.EconomyProviderRegistry

Events:

Configuration / Storage

Config file: config/server-market/config.properties

Reload in-game: /svm admin reload

Economy

Key Default Description
initial_player_balance 100.0 Balance for first-time joiners
max_transfer_amount 1000000.0 Max amount per /svm pay
enable_transaction_history true Record transactions
max_history_records 10000 Auto-prune oldest records
enable_tax false Tax on player shop sales
market_tax_rate 0.05 Tax rate (0.0–1.0)

Storage (SQLite — default)

Key Default Description
storage_type sqlite sqlite or mysql
sqlite_path market.db Database file path

Storage (MySQL / XConomy)

Set storage_type=mysql and configure mysql_host, mysql_port, mysql_database, mysql_user, mysql_password, mysql_use_ssl, mysql_jdbc_params.

XConomy table names (when sharing an existing database):

Key Default
xconomy_player_table xconomy
xconomy_non_player_table xconomynon
xconomy_record_table xconomyrecord
xconomy_login_table xconomylogin
xconomy_system_account SERVER
xconomy_write_record false

Set xconomy_write_record=true to mirror transactions into XConomy's record table (MySQL only).

Debug

Key Default Description
enable_debug_logging false Verbose debug logs
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