MMO Econ Mod brings a complete economy system with menu-based shops and player trading to your world. It runs on the server side, so players do not need to install any files on their game clients. You can trade items through graphical shop menus, list goods on a public auction house, and send money directly to other players. The mod also tracks balances on a leaderboard and lets server owners build custom shop categories using text files.

MMO Econ Mod

Features:

  • Manages persistent player balances directly on the server side.
  • Adds an interactive graphical shop for buying and selling blocks and items.
  • Lets players send money directly to each other through chat commands.
  • Includes quick sell commands to sell held items or full inventories instantly.
  • Displays a richest player leaderboard to show off top balances.
  • Introduces sell wands that players can buy and use to clear chests for money.
  • Grants money rewards to players automatically based on their playtime.
  • Features an auction house menu where players trade items with each other.
  • Works with modded items and Minecraft color formatting codes in shop files.

Commands:

  • /bal or /money: Displays your current balance.
  • /pay <playername> <amount>: Sends money from your balance to another player.
  • /bal top: Shows a list of the richest players on the server.
  • /shop: Opens the main shop menu.
  • /sell hand: Sells the item in your main hand if it is listed in the shop.
  • /sell inv: Sells all shop-listed items currently in your inventory.
  • /shop reload: Reloads the shop configuration file.
  • /ah: Opens the player auction house menu.
  • /ah sell (price) [quantity]: Lists an item on the auction house with a set price and amount.

Configuration:

  • Edit the file located at /config/mmoecon/MMOShop.json to customize items, categories, and prices.
  • Use Minecraft color codes like &6&l in category names to apply colors and bold text in menus.
{
  "categories": [
    {
      "name": "Building Blocks",
      "representativeItem": "minecraft:grass_block",
      "items": [
        { "id": "minecraft:stone", "buyPrice": 3.0, "sellPrice": 0.3 },
        { "id": "minecraft:grass_block", "buyPrice": 1.5, "sellPrice": 0.1 }
      ]
    },
    {
      "name": "Modded Items",
      "representativeItem": "create:cogwheel",
      "items": [
        { "id": "create:cogwheel", "buyPrice": 10.0 }
      ]
    },
    {
      "name": "Custom Server-side Items",
      "representativeItem": "minecraft:emerald",
      "items": [
        { "id": "mmoecon:sell_wand", "special": "sell_wand", "buyPrice": 35000.0 }
      ]
    }
  ]
}

How to Use:

  1. Open the shop interface by typing /shop in the chat window.
  2. Click on any shop category to view items available for buying or selling.
  3. Check your current funds with /bal or view top rankings with /bal top.
  4. Hold an item and run /sell hand to turn it into currency quickly.
  5. Type /ah to open the auction house and browse player listings.

Screenshots:

MMO Econ Mod Screenshot 1
Main information screen displaying shop instructions and current balance
MMO Econ Mod Screenshot 2
In-game chat showing player balance check and leaderboard ranking
MMO Econ Mod Screenshot 3
Category selection menu showcasing various item groups for trading
MMO Econ Mod Screenshot 4
Block shop window listing available building blocks with prices
MMO Econ Mod Screenshot 5
Custom shop listing offering a special sell wand tool

MMO Econ Mod Download Links

Filter by

For Minecraft 1.21.11, 1.21.10, 1.21.9

Fabric 134 KB Sep 14, 2026

For Minecraft 1.21.1, 1.21

NeoForge 114 KB Sep 14, 2026

Click to rate this post!
[Total: 0 Average: 0]