UltraEconomy
UltraEconomy ha mod that simplified the economy mods.
About this Mod
💰 UltraEconomy API
🧱 Compatible with Minecraft 1.21.1
UltraEconomy is an advanced economy system for Minecraft, developed by zonary123.
It provides multi-currency support, database integration, notifications, localization, and optimized caching — designed
for high performance and flexibility.
⚙️ Key Features
🏦 Overwrite existing economy systems
Fully compatible with other economy mods or plugins, allowing complete replacement.- Impactor
💱 Multi-currency support
Define and configure currencies inconfig/ultraeconomy/currencies/.🔁 Economy migration support
Ability to migrate from existing economy systems and transfer your current balances into UltraEconomy.🗄️ Multi-database compatibility
Supports MongoDB and various SQL databases (MySQL, MariaDB, SQLite, etc.).👤 Advanced player account management
Player accounts are stored and synchronized through a database for cross-server consistency.💸 Full economy operations
Deposit, withdraw, transfer, and set balances with high-precision decimal values.🌐 Cross-server compatibility
Ideal for networked environments and distributed setups.🔔 Notification and localization system
Messages automatically adapt to the player's client language.⚡ Optimized caching using Caffeine
Increases performance and reduces database calls.🧩 Placeholder and API integration
Works seamlessly with external placeholder systems and statistic trackers.🪛 Debug mode
Detailed logs and execution timing for performance tracking.🗃️ Transaction logging
Comprehensive logs of all transactions for auditing and tracking.
🧩 Integration Example
To use the API, add UltraEconomy as a dependency in your mod .
You can directly call the static methods from your Java code.
🧠 Basic Usage
import com.kingpixel.ultraeconomy.api.UltraEconomyApi;
import java.math.BigDecimal;
import java.util.UUID;
UUID playerId = player.getUuid();
// Get balance
BigDecimal balance = UltraEconomyApi.getBalance(playerId, "coins");
// Deposit money
UltraEconomyApi.deposit(playerId, "coins",new BigDecimal("100.0"));
// Withdraw money
UltraEconomyApi.withdraw(playerId, "coins",new BigDecimal("50.0"));
// Set balance
UltraEconomyApi.setBalance(playerId, "coins",new BigDecimal("200.0"));
// Transfer between players
UltraEconomyApi.transfer(playerId, targetId, "coins",new BigDecimal("25.0"));
// Format currency
Currency currency = UltraEconomyApi.getCurrency("coins");
String formatted = currency.format(new BigDecimal("1234.56")); Or currency.format(new BigDecimal("1234.56"),UltraEconomyApi.getLocale(playerId));
// Check if the player has enough balance
boolean hasEnough = UltraEconomyApi.hasEnoughBalance(playerId, "coins", new BigDecimal("150.0"));
Available Versions
How to Install UltraEconomy on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.1).
Install Mod
Open the mod browser in the dashboard and search for "UltraEconomy". 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
UltraEconomy server crashes on startup – what to do?
Most common cause: wrong fabric 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 UltraEconomy compatible with fabric?
UltraEconomy officially supports fabric for Minecraft 1.21.1. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with UltraEconomy – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if UltraEconomy 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.
Rent Modded Server
Install UltraEconomy with just one click on your server.