Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for TNE

A PR-friendly version of Vault; Where PRs are actually accepted. With Folia support.

Report VaultUnlocked?

Release
2.10.0

creatorfromhell released VaultUnlocked version 2.10.0 on March 27, 2025

2.10.0

API Changes

  • Implemented set api methods, which can be used to set the balance for accounts.
  EconomyResponse set(@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final BigDecimal amount);
  EconomyResponse set(@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final String worldName, @NotNull final BigDecimal amount);
  EconomyResponse set(@NotNull final String pluginName, @NotNull final UUID accountID, @NotNull final String worldName, @NotNull final String currency, @NotNull final BigDecimal amount);

Information

Published onMarch 27, 2025
Downloads44

Platforms

Paper Paper (1.13-1.21.4)