MMO Econ

Quick rating

MMO Econ

No reviews yet

A server-side Economy & GUI Shop mod for NeoForge!

Farming & Agriculture
QoL & Tweaks
Economy & Trade Systems
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
mmoecon-1.0.4-1.21.1.jar
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

MMO Econ

A server-side Economy & Shop mod, Designed for small to medium scale multiplayer servers!

Currently supports only Minecraft 1.21.1 NeoForge.
This mod is a NeoForge port of my original MMOEcon mod for Fabric, with a new and improved codebase.
It is completely server-side and does NOT need to be installed on any clients in order to function in multiplayer.

Features

  • Manages persistent player balances server-side.
  • Completely customiseable admin GUI shop.
  • Player to player payments.
  • Sell hand / Inventory.
  • A balance Leaderboard.
  • Sell Wands
  • Playtime balance rewards.

Planned Features

  • Player / Mob kill rewards.
  • Player to Player trading / Auction house.
  • Player run Chestshops.

Commands

  • /bal, /money - Displays the player's balance.
  • /pay <playername> <amount> - Pays money to player from your balance.
  • /bal top - Displays a list of the server's richest players.
  • /shop - Opens the GUI shop.
  • /sell hand - Sells the currently held item, if its listed a valid sellable in the GUI shop.
  • /sell inv - Sells every item in your inventory that is listed as a valid sellable in the GUI shop.
  • /shop reload - Reloads MMOShop.json.

Customising the Shop

The admin GUI shop is dynamically populated by /config/mmoecon/MMOShop.json.
If you don't want to write a shop JSON file from scratch, an example one will be generated the first time the mod runs to get you started.

Example MMOShop.JSON Structure

The shop will support any modded items supported by the server its running on.

{
  "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 } ] } ] }

The Sell Wand is currently the only supported "special" item.

Styling Category Names

Category names support Minecraft's standard & (or §) color and formatting codes, so you can colour and style them however you like. For example, "name": "&6&lModded Items" renders as a bold gold "Modded Items". If you don't supply any codes, the name is shown as normal white text (no forced italics).

MMO Econ

A server-side Economy & GUI Shop mod, Designed for small to medium scale multiplayer servers!

Currently supports only Minecraft 1.21.1 NeoForge. This mod is a NeoForge port of my original MMOEcon mod for Fabric, with a new and improved codebase! It is completely server-side and does NOT need to be installed on any clients in order to function in multiplayer.

Features

  • Manages persistent player balances server-side.
  • Completely customiseable admin GUI shop.
  • Player to player payments.
  • Sell hand / Inventory.
  • A balance Leaderboard.
  • Sell Wands
  • Playtime balance rewards.

Planned Features

  • Player / Mob kill rewards.
  • Player to Player trading / Auction house.
  • Player run Chestshops.

Commands

  • /bal, /money - Displays the player's balance.
  • /pay - Pays money to player from your balance.
  • /bal top - Displays a list of the server's richest players.
  • /shop - Opens the GUI shop.
  • /sell hand - Sells the currently held item, if its listed a valid sellable in the GUI shop.
  • /sell inv - Sells every item in your inventory that is listed as a valid sellable in the GUI shop.
  • /shop reload - Reloads MMOShop.json.

Customising the Shop

The admin GUI shop is dynamically populated by /config/mmoecon/MMOShop.json. If you don't want to write a shop JSON file from scratch, an example one will be generated the first time the mod runs to get you started.

Example MMOShop.JSON

The shop will support any modded items supported by the server its running on.

{
  "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 }
      ]
    }
  ]
}

The Sell Wand is currently the only supported "special" item.

Styling Category Names

Category names support Minecraft's standard & (or §) color and formatting codes, so you can colour and style them however you like. For example, "name": "&6&lModded Items" renders as a bold gold "Modded Items". If you don't supply any codes, the name is shown as normal white text (no forced italics).

Screenshots

Gallery

  • 2026-05-25_20.42.12.png
    2026-05-25_20.42.12.png 2026-05-25_20.42.12.png
  • 2026-05-25_20.42.34.png
    2026-05-25_20.42.34.png 2026-05-25_20.42.34.png
  • 2026-05-25_20.42.45.png
    2026-05-25_20.42.45.png 2026-05-25_20.42.45.png
  • 2026-05-25_20.26.49.png
    2026-05-25_20.26.49.png 2026-05-25_20.26.49.png
  • GUI Shop - Info
    GUI Shop - Info
  • Chat Preview
    Chat Preview /bal, /bal top
  • GUI Shop - Category Window
    GUI Shop - Category Window
  • GUI Shop - Blocks Window
    GUI Shop - Blocks Window
  • GUI Shop - Sell Wand Example
    GUI Shop - Sell Wand Example
  • banner
    banner

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works