Ledger - Opensource Economy API
The most powerful Economy API for Hytale - Multiple currencies, events, async API, transaction logging.
About Ledger - Opensource Economy API
Ledger - The Complete Economy API for Hytale
The Vault-like economy solution that Hytale servers need.
Ledger provides a unified, standardized economy API that allows plugin developers to easily integrate economy features without worrying about implementation details. Just like Vault did for Minecraft, Ledger does for Hytale.
Key Features
For Server Owners
Zero Configuration Required - Works out of the box with sensible defaults Multiple Storage Options - JSON for simplicity, SQLite for performance Transaction Logging - Full audit trail of all economy activity Customizable Currency - Set your own currency name, symbol, decimals Permission-Based Commands - Fine-grained control over who can do what For Plugin Developers
Simple API - Deposit, withdraw, transfer in just a few lines of code Fully Async - All operations return CompletableFuture for non-blocking calls Event System - PreTransaction, PostTransaction, BalanceChange events Multi-Currency Support - Register and manage multiple currencies Account Caching - Built-in caching for optimal performance Commands
Command Description Permission /balance Check your balance ledger.balance /pay <player> <amount> Send money to another player ledger.pay /baltop View the richest players ledger.baltop /eco give/take/set Admin economy management ledger.admin /ledger reload Reload configuration ledger.admin.reload Quick Start for Developers
// Get the economy service EconomyService economy = Ledger.getEconomyOrThrow(); // Check balance economy.getBalance(playerUuid).thenAccept(balance -> { System.out.println("Balance: " + balance); }); // Deposit money economy.deposit(playerUuid, 100.0); // Withdraw money economy.withdraw(playerUuid, 50.0); // Transfer between players economy.transfer(senderUuid, receiverUuid, 25.0); Configuration
All settings are customizable via config.json:
Currency name, symbol, and decimals Starting balance for new players Minimum and maximum balance limits Transaction limits and cooldowns Storage type (JSON or SQLite) Transaction logging on/off Why Choose Ledger?
Standardization - One API for all economy plugins. No more compatibility issues.
Performance - Built with async operations and caching from the ground up.
Reliability - Transaction logging ensures no money is ever lost.
Extensibility - Event system allows other plugins to react to economy changes.
Support
Found a bug? Have a feature request?
Visit our GitHub repository
Ledger v1.1.0 - Made for the Hytale community by KarmaByte
Categories
Need a Server?
Run Ledger - Opensource Economy API on a dedicated Hytale server with easy mod management.
Get Hytale HostingFrequently Asked Questions
What is Ledger - Opensource Economy API?
The most powerful Economy API for Hytale - Multiple currencies, events, async API, transaction logging.
How do I download Ledger - Opensource Economy API?
You can download Ledger - Opensource Economy API for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.
Who created Ledger - Opensource Economy API?
Ledger - Opensource Economy API was created by KarmaByte. The mod has been downloaded 94 times.
Is Ledger - Opensource Economy API compatible with Hytale servers?
Ledger - Opensource Economy API is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.
How do I install Ledger - Opensource Economy API?
To install Ledger - Opensource Economy API: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.
Related Gameplay Mods
View all modsWan's Wonder Weapons
WanMine
A collection of unique weapons for Hytale, new "relics" blending elemental power, dark magic, and a touch of absurdity!
Perfect Parries
narwhals
Adds a souls-like/RPG combat mechanic where if you block at the instant where you are supposed to take damage, you don't lose stamina, deflect some damage, and stun the attacker. This mod includes a stamina system similar to that of souls/RPG games.
Spellbook
DarkhaxDev
Powering your favorite mods with clean, reusable helpers and utilities.
RPG Leveling And Stats/Skills
Zuxaw_dev
An RPG leveling plugin for Hytale that adds experience points, leveling, stat allocation, and character progression with a GUI, HUD, competitive leaderboard system, and full multi-language translation support.
Lucky Mining
Buuz135
Get more ores from mining, the more you mine in a row, the more ores you get.
MMO Skill Tree
ziggfreed
(Multiple Languages) MMO Skill Tree adds an RPG-style progression system where every action you take helps you grow stronger.