HyEconomy is a robust and secure economy implementation plugin for Hytale servers.
It is built directly upon the EcoAPI standard to provide a fully functional financial system. While EcoAPI acts as the bridge for developers, HyEconomy is the "bank" that handles data storage, transaction logic, and player balances.
- Robust Storage: Securely manages player balances with data integrity in mind.
- EcoAPI Native: Seamlessly powers any other plugin (Shops, Jobs, Claims) that depends on the EcoAPI standard.
- High Performance: Optimized to handle frequent transactions without impacting server performance.
- Fully Configurable: Customize currency names, symbols, and starting balances to fit your server's theme.
To run HyEconomy, you must have the following:
- Hytale Server (Access to the root directory).
- EcoAPI: This plugin relies on the abstract methods defined in EcoAPI. It will not load without it.
Follow these simple steps to install the economy system:
- Download the latest release of HyEconomy.
- Download the latest release of EcoAPI.
Navigate to your server's root directory and locate the mods folder.
📂 Path:
./YourServer/mods/
Drag and drop BOTH .jar files (HyEconomy and EcoAPI) into this folder.
Restart your Hytale server to load the new mods.
# Server Console
> stopCheck the server console during startup. You should see EcoAPI loading first, followed by HyEconomy successfully hooking into the API.
After the first restart, a configuration file will be generated in ./Server/HyEconomy/.
currency: Set your currency (e.g.,$,€,Coins).starting: The amount of money new players receive upon joining.
/balanceor/balor/money- Check your current wallet balance./pay <player> <amount>- Send money to another player.
/eco add <player> <amount>- Add funds to a player's account./eco remove <player> <amount>- Remove funds from a player's account./eco set <player> <amount>- Force set a player's balance to a specific amount.
If you are developing a plugin (like a Shop or Job system), do not depend on HyEconomy directly. Instead, depend on EcoAPI. HyEconomy is simply the implementation that runs in the background.