Modscraper Modscraper Minecraft
Server Market logo

Server Market

Mod

Currency and Market Mod for Minecraft Server

Type

Mod

Modrinth Downloads

2,980

Modrinth ID

SogAQPw4

Last Updated

Jun 17, 2026

Description

Requirements

Required:

  • Fabric Permissions API 0.5.0
  • Fabric Language Kotlin 1.13.8+kotlin.2.3.0

Optional:

  • LuckPerms (recommended) for permission management

Features

  • Player balance (transfer / trading)
  • Player market + system shop
  • Purchase orders (players/admins) + parcel station delivery
  • Optional physical-currency items
  • SQLite (default) / MySQL (optional, with XConomy record writing)

Commands

Player:

/svm /svm menu /svm money /svm balance /svm pay <player> <amount> /svm sell <price> /svm restock <qty> /svm pull /svm list /svm search <keyword> /svm buy <qty> <item> [seller] /svm cash <amount> /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 price <price> [limit] /svm admin pull /svm admin purchase <price> [limit] /svm admin cash get /svm admin cash del /svm admin cash list [item] /svm admin cash <value> /svm admin rank /svm admin reload

Updates

  • Command wording updated:
    • purchase order: /svm purchase -> /svm order
    • sell to buyer: /svm selltopurchase -> /svm supply
  • Removed command group: /svm edit (admin commands are now under /svm admin).
  • Deprecated: /svm admin lang

Placeholder API

This mod bundles Placeholder API and registers:

  • %server-market:balance%
  • %server-market:balance_short%
  • %server-market:parcel_count%
  • %server-market:player_name%
  • %server-market:top_name:<rank>% (rank 1-10)
  • %server-market:top_balance:<rank>% (rank 1-10)
  • %server-market:top_balance_short:<rank>% (rank 1-10)

Integration API

Entry point: asagiribeta.serverMarket.api.ServerMarketApiProvider

  • getBalance, getParcelCount
  • addBalance, withdraw, transfer

Event:

  • ServerMarketEvents.BALANCE_CHANGED

Configuration / Storage

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

SQLite works out of the box. For MySQL, set storage_type = mysql and fill mysql_* fields.

Compatibility

Mod Loaders

Fabric

Game Versions

1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 +9 more

Similar Mods

External Resources