promotional bannermobile promotional banner

EasyEconomy

EasyEconomy is a lightweight and fully server-side Fabric mod that brings a simple, diamond-based economy to your Minecraft world. Deposit, withdraw, trade, and run your own auction house — all powered by the sparkle of diamonds.

File Details

easyeconomy-1.0.4.jar

  • R
  • Oct 20, 2025
  • 49.76 KB
  • 163
  • 1.21.10
  • Fabric

File Name

easyeconomy-1.0.4.jar

Supported Versions

  • 1.21.10

Curse Maven Snippet

Fabric

modImplementation "curse.maven:easyeconomy-1348421:7131160"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Fix compilation with Minecraft 1.21.10

The `getServer()` method was removed from `ServerPlayerEntity` in Minecraft 1.21.10. This commit refactors the code to pass the `MinecraftServer` instance to methods that require it, instead of calling `player.getServer()`. This fixes the build and makes the plugin compatible with Minecraft 1.21.10.