Ledger-1.1.0.jar
15 Jan 2026
CurseForge · Hytale mod
The most powerful Economy API for Hytale - Multiple currencies, events, async API, transaction logging.
Quick answer
Ledger - Opensource Economy API Ledger-1.1.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
Ledger-1.1.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Ledger - Opensource Economy API Ledger-1.1.0.jar. Pick another file and the loader, install side or required mods may change.
Use Ledger-1.1.0.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside Ledger-1.1.0.jar. It opens that exact file at the source.
About this project
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.
| 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 |
// 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);
All settings are customizable via config.json:
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.
Found a bug? Have a feature request?
Visit our GitHub repository
Ledger v1.1.0 - Made for the Hytale community by KarmaByte
Project description from CurseForge.
Recent files
15 Jan 2026
14 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.