Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A PR-friendly version of Vault; Where PRs are actually accepted. With Folia support.
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 on | March 27, 2025 |
---|---|
Downloads | 44 |
Platforms
Paper (1.13-1.21.4)