A complex Economy mod for hytale multiplayer with offline player component support and events
EconTale is both a mod and a library for adding economy to your Hytale server.
Other ones I have seen on the market only offer super basic Economy support like just adding the currency and /pay ect.
With EconTale it adds Events for you to hook into and do whatever you want, it offers modifying the content of the players EntityStore components (yes most of them!) The mod even offers more general economy things like /baltop, /bal, /pay, and other admin commands.
Those that know me know I am very heavy into making things configurable.
/bal --player <player> - Gets a players bal or the sender if no player specified - no perm needed /pay <player> <amount> - Transfers funds from yourself to another player - no permissions needed /baltop - Gets the top x players (x is configured in RWS_EconTale/Config.json default is 10) - no perm needed /withdraw <int:amount> - Withdraws the amount of money into items - EconTale.command.withdraw /eco add <player> <amount> - adds money into the players wallet - econ.admin /eco set <player> <amount> - sets the players balance - econ.admin /eco remove <player> <amount> - removes a set amount from a player - econ.admin
0 Comments