promotional bannermobile promotional banner

MiguelEconomy

Server-friendly economy with an Auction House and player shops. Easy to set up and highly configurable.

File Details

migueleconomy-1.1.2

  • R
  • Jan 25, 2026
  • 1.22 MB
  • 56
  • 1.21.1
  • NeoForge

File Name

migueleconomy-1.1.2.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:migueleconomy-1351027:7521914"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

New: Added optional 

components

 field to shop items for mods that use component/NBT data to differentiate items (e.g., TACZ guns)

New: Shop items now support enchanted books with 

minecraft:stored_enchantments

and other custom data components

Fixed: Purchased items no longer incorrectly display as "Air" in chat messages

{
  "id": "minecraft:enchanted_book",
  "components": {
    "minecraft:stored_enchantments": {
      "levels": {
        "minecraft:protection": 4
      }
    }
  },
  "buy_price": 4000,
  "sell_price": 2000,
  "quantity": 1,
  "can_buy": true,
  "can_sell": true
}