File Details
2.20.0
- R
- Jun 8, 2026
- 129.90 KB
- 198
- 0.5
File Name
VaultUnlocked-Hytale-2.20.0.jar
Supported Versions
- 0.5
2.20.0
- Added support for v5
- Added FastStats support.
- Added provider stats for VaultUnlocked on faststats.
- Added support for VaultUnlockedAPI 2.20.
VaultUnlockedAPI 2.20 Changes
- Added MultiEconomyResponse to represent multi-account transaction results, including per-account balances, response type, amount, and error details.
- Added transfer support to Economy, including account-to-account transfers with optional world and currency context. Transfers withdraw from the source account, deposit into the target account, and attempt to refund the source account if the deposit fails.
- Added AsyncEconomy, an asynchronous economy API covering account, balance, transaction, transfer, and shared-account operations through CompletableFuture.
- Added Economy#supportsAsync() and Economy#async() to allow providers to advertise and expose asynchronous economy support.
- Added EconomyFutures, a utility wrapper that prefers AsyncEconomy when available and otherwise falls back to completed futures from synchronous Economy calls.

