burger-economy

Quick rating

burger-economy

No reviews yet

Fully fledged economy mod (server-only) for Minecraft 1.21.11 Inspired by DonutSMP

Economy & Trade Systems
Mod Loaders
Fabric
Minecraft
26.2

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
All Rights Reserved
Latest Version
1.1.0
Authors

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

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

A complete server-side economy for Fabric: balances, a shop, a player auction house, and a buy-order market. Everything runs on the server, so your players join with a totally vanilla client and interact through normal chest menus. No client mod, no proxy, no database, no setup.

Works on both online-mode and offline-mode servers with no configuration.

Features

  • 💰 Balances. Every player gets an account. They can pay each other and check a live leaderboard.
  • 🛒 Shop. Set it up with simple JSON files, one per category. Buy, sell, and Sell All, with a running total. Comes with sensible defaults so it works the moment you install it.
  • 📥 Bulk selling with /sell. Drop a pile of items into a grid and see exactly what everything is worth before you confirm.
  • 🏷️ Auction House. Player-run buy-now listings that never expire. Enchantments, custom names and all other item data are kept exactly as they were. Anything you buy or cancel waits safely in a collection box, so nothing is ever lost to a full inventory.
  • 📦 Buy-Order Market. Post a request for items you want, at a price you set, and other players fill it for the money.
  • 🎁 Daily reward on the first login of each day.
  • ☠️ Death penalty, a configurable money sink when players die.
  • 🧮 Economy controls for bigger servers: daily sell limits, a shop that only sells what players have sold to it, and prices that shift with supply. All optional and off by default.
  • 📊 Scoreboard integration. Keeps a money objective in sync so sidebar mods can display balances.

Commands

Command Description
/shop Open the shop (buy, sell, sell all, paginated)
/sell Open the bulk sell window
/ah (or /auction) Open the auction house
/ah sell <price> List the item in your hand for buy-now
/ah claim Claim items from your collection box
/orders Open the buy-order market (create, view, fill)
/pay <player> <amount> Pay another player (with a confirmation screen)
/baltop Top balances in chat (also works from the server console)
/balance [player], /money, /bal View your balance, or someone else's
/eco give|take|set <player> <amount> Operators. Adjust a balance
/shop enable <true|false> Operators. Turn selling off or back on
/shop reload Operators. Reload shop files without restarting

Configuration

On first launch the mod writes everything it needs to config/economy/ and config/orders/. There is no manual setup. Edit config/economy/config.json to tune it:

{
  "startingBalance": 15000,
  "dailyRewardAmount": 2000,
  "deathPenaltyPercentage": 2,
  "maxBalance": 0,
  "currencySymbol": "$"
}

Set dailyRewardAmount or deathPenaltyPercentage to 0 to switch either off, and maxBalance to 0 for no cap.

The shop

One JSON file per category in config/economy/shop/. A set of defaults (building blocks, wood, redstone, terracotta, valuables and more) is written on first launch, and you can edit, add or delete them freely. Run /shop reload to apply your changes.

{
  "category_name": "Valuables",
  "category_item": "minecraft:diamond",
  "items": [
    {
      "id": "minecraft:diamond",
      "can_buy": true,
      "can_sell": true,
      "quantity": 1,
      "buy_price": 800,
      "sell_price": 400
    }
  ]
}

quantity is how many items one purchase gives you, so you can price things by the stack. Keep buy_price above sell_price or players can farm the difference.

Items can also carry a components block (custom name, lore, custom data) if you want to sell datapack items or custom gear.

Controlling your economy (optional)

If money is piling up on your server, these extra fields on any shop item help pull it back. They are all off unless you add them.

Setting What it does
daily_sell_limit How many a player can sell per day at full price. They are shown how many they have left before they click.
stock_backed The shop can only sell what players have sold to it. Nothing is created from nothing.
sell_price_floor, sell_price_floor_at The more of an item the shop holds, the less it pays. Dumping 500 diamonds no longer pays the same as selling your first one.
buy_price_floor, buy_price_floor_at The other half. An overstocked shop sells cheaper, which clears the backlog again.

There is also /shop enable false, which switches off selling while leaving buying open. Players can still spend, but they cannot make more money.

Note: Some features like /sell, /shop enable, quantity per buy, price floor etc are only available for Minecraft 26.2!

Screenshots

Gallery

  • Shop UI
    Shop UI Categories are listed as items, click on them to show all the items inside these categories
  • Shop Buy/Sell screen
    Shop Buy/Sell screen Red button is buy 1 (spammable for multiple buys) Middle green is sell 1 (if in inventory) Right is sell all
  • Auction house UI
    Auction house UI Paginated Comparator - Sort items by Price, Date posted Hopper - Filter by shop labels Sign - Search Book and quill - Create AH listing Minecart - Bought items go here, Click again to transfer to inventory
  • Orders UI
    Orders UI Book and quill - Choose order menu opens. Click on the center block to choose any item to order Player head - Show all orders/your orders
  • Baltop UI
    Baltop UI Top banances in your server

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
Downloads
Last Updated
CurseForge
Created
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