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






About this Mod
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.
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.
Available Versions
How to Install MMO Econ on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set neoforge Loader
In the panel under "Egg", select the neoforge loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "MMO Econ". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.1
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
MMO Econ server crashes on startup – what to do?
Most common cause: wrong neoforge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.1). You can switch loaders with one click in the panel.
Is MMO Econ compatible with neoforge?
MMO Econ officially supports neoforge for Minecraft 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with MMO Econ – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if MMO Econ consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install MMO Econ with just one click on your server.